about summary refs log tree commit homepage
DateCommit message (Expand)
2008-08-17GIT 1.6.0 v1.6.0
2008-08-17Merge git-gui 0.11.0
2008-08-17Merge branch 'ak/p4'
2008-08-16git-p4: chdir now properly sets PWD environment variable in msysGit
2008-08-16Improve error output of git-rebase
2008-08-16t9300: replace '!' with test_must_fail
2008-08-16Merge git://git.kernel.org/pub/scm/gitk/gitk
2008-08-16Git.pm: Make File::Spec and File::Temp requirement lazy
2008-08-16Documentation: document the pager.* configuration setting
2008-08-16git-stash: improve synopsis in help and manual page
2008-08-16Makefile: building git in cygwin 1.7.0
2008-08-16git-am: ignore --binary option
2008-08-16bash-completion: Add non-command git help files to bash-completion
2008-08-15Fix t3700 on filesystems which do not support question marks in names
2008-08-14Utilise our new p4_read_pipe and p4_write_pipe wrappers
2008-08-14Add p4 read_pipe and write_pipe wrappers
2008-08-14bash completion: Add '--merge' long option for 'git log'
2008-08-14bash completion: Add completion for 'git mergetool'
2008-08-14git format-patch documentation: clarify what --cover-letter does
2008-08-14bash completion: 'git apply' should use 'fix' not 'strip'
2008-08-13Merge branch 'maint'
2008-08-13t5304-prune: adjust file mtime based on system time rather than file mtime
2008-08-13test-parse-options: use appropriate cast in length_callback
2008-08-13Fix escaping of glob special characters in pathspecs
2008-08-13rebase -i -p: fix parent rewriting
2008-08-13rebase -i -p: handle index and workdir correctly
2008-08-12GIT 1.6.0-rc3 v1.6.0-rc3
2008-08-12Merge branch 'maint'
2008-08-12Do not talk about "diff" in rev-list documentation.
2008-08-12Merge git://git.bogomips.org/git-svn
2008-08-12git-svn: Reduce temp file usage when dealing with non-links
2008-08-12git-svn: Make it incrementally faster by minimizing temp files
2008-08-12Git.pm: Add faculties to allow temp files to be cached
2008-08-12Documentation: rev-list-options: Rewrite simplification descriptions for clarity
2008-08-12Teach git diff about BibTeX head hunk patterns
2008-08-12gitattributes: Document built in hunk header patterns
2008-08-12git-daemon: SysV needs the signal handler reinstated.
2008-08-11diff --check: do not unconditionally complain about trailing empty lines
2008-08-11Merge branch 'maint'
2008-08-11Put in the two other configuration elements found in the source
2008-08-11Put some documentation in about the parameters that have been added
2008-08-11Move git-p4.syncFromOrigin into a configuration parameters section
2008-08-11Consistently use 'git-p4' for the configuration entries
2008-08-11If the user has configured various parameters, use them.
2008-08-11Switch to using 'p4_build_cmd'
2008-08-11If we are in verbose mode, output what we are about to run (or return)
2008-08-11Add a single command that will be used to construct the 'p4' command
2008-08-11Utilise the new 'p4_system' function.
2008-08-11Have a command that specifically invokes 'p4' (via system)
2008-08-11Utilise the new 'p4_read_pipe_lines' command