summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-08-17Start 1.6.0.X maintenance seriesJunio C Hamano
2008-08-17GIT 1.6.0v1.6.0Junio C Hamano
2008-08-17Merge git-gui 0.11.0Junio C Hamano
2008-08-17Merge branch 'ak/p4'Junio C Hamano
2008-08-17git-p4: chdir now properly sets PWD environment variable in msysGitRobert Blum
2008-08-17Improve error output of git-rebaseStephan Beyer
2008-08-17t9300: replace '!' with test_must_failMiklos Vajna
2008-08-17Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano
2008-08-16Git.pm: Make File::Spec and File::Temp requirement lazyMarcus Griep
2008-08-16Documentation: document the pager.* configuration settingMiklos Vajna
2008-08-16git-stash: improve synopsis in help and manual pageStephan Beyer
2008-08-16Makefile: building git in cygwin 1.7.0Eric Blake
2008-08-16git-am: ignore --binary optionStephan Beyer
2008-08-16bash-completion: Add non-command git help files to bash-completionMarcus Griep
2008-08-15Fix t3700 on filesystems which do not support question marks in namesAlex Riesen
2008-08-15Utilise our new p4_read_pipe and p4_write_pipe wrappersAnand Kumria
2008-08-15Add p4 read_pipe and write_pipe wrappersAnand Kumria
2008-08-15bash completion: Add '--merge' long option for 'git log'Lee Marlow
2008-08-15bash completion: Add completion for 'git mergetool'Lee Marlow
2008-08-15git format-patch documentation: clarify what --cover-letter doesMatt McCutchen
2008-08-15bash completion: 'git apply' should use 'fix' not 'strip'Eric Raible
2008-08-14Merge branch 'maint'Junio C Hamano
2008-08-14t5304-prune: adjust file mtime based on system time rather than file mtimeBrandon Casey
2008-08-14test-parse-options: use appropriate cast in length_callbackBrandon Casey
2008-08-14Fix escaping of glob special characters in pathspecsKevin Ballard
2008-08-13rebase -i -p: fix parent rewritingThomas Rast
2008-08-13rebase -i -p: handle index and workdir correctlyThomas Rast
2008-08-13GIT 1.6.0-rc3v1.6.0-rc3Junio C Hamano
2008-08-13Merge branch 'maint'Junio C Hamano
2008-08-13Do not talk about "diff" in rev-list documentation.Junio C Hamano
2008-08-13Merge git://git.bogomips.org/git-svnJunio C Hamano
2008-08-13git-svn: Reduce temp file usage when dealing with non-linksMarcus Griep
2008-08-13git-svn: Make it incrementally faster by minimizing temp filesMarcus Griep
2008-08-13Git.pm: Add faculties to allow temp files to be cachedMarcus Griep
2008-08-13Documentation: rev-list-options: Rewrite simplification descriptions for clarityThomas Rast
2008-08-12Teach git diff about BibTeX head hunk patternsGustaf Hendeby
2008-08-12gitattributes: Document built in hunk header patternsGustaf Hendeby
2008-08-12git-daemon: SysV needs the signal handler reinstated.Stephen R. van den Berg
2008-08-12diff --check: do not unconditionally complain about trailing empty linesJunio C Hamano
2008-08-12Merge branch 'maint'Junio C Hamano
2008-08-12Put in the two other configuration elements found in the sourceAnand Kumria
2008-08-12Put some documentation in about the parameters that have been addedAnand Kumria
2008-08-12Move git-p4.syncFromOrigin into a configuration parameters sectionAnand Kumria
2008-08-12Consistently use 'git-p4' for the configuration entriesAnand Kumria
2008-08-12If the user has configured various parameters, use them.Anand Kumria
2008-08-12Switch to using 'p4_build_cmd'Anand Kumria
2008-08-12If we are in verbose mode, output what we are about to run (or return)Anand Kumria
2008-08-12Add a single command that will be used to construct the 'p4' commandAnand Kumria
2008-08-12Utilise the new 'p4_system' function.Anand Kumria
2008-08-12Have a command that specifically invokes 'p4' (via system)Anand Kumria