summaryrefslogtreecommitdiffstats
path: root/dir.h (unfollow)
Commit message (Expand)AuthorFilesLines
2008-08-21completion: find out supported merge strategies correctlyJunio C Hamano1-6/+8
2008-08-20decorate: allow const objects to be decoratedJeff King2-8/+9
2008-08-20for-each-ref: cope with tags with incomplete linesJunio C Hamano2-1/+13
2008-08-20diff --check: do not get confused by new blank lines in the middleJunio C Hamano2-0/+12
2008-08-20remote.c: remove useless if-before-free testJim Meyering1-2/+1
2008-08-20mailinfo: avoid violating strbuf assertionJeff King4-1/+25
2008-08-20git format-patch: avoid underrun when format.headers is empty or all NLsJim Meyering1-1/+1
2008-08-19t1002-read-tree-m-u-2way.sh: use 'git diff -U0' rather than 'diff -U0'Brandon Casey1-4/+6
2008-08-19adapt git-cvsserver manpage to dash-free syntaxRobert Schiele1-4/+4
2008-08-19mailinfo: re-fix MIME multipart boundary parsingDon Zickus2-3/+4
2008-08-18Start 1.6.0.X maintenance seriesJunio C Hamano2-1/+16
2008-08-17GIT 1.6.0v1.6.0Junio C Hamano3-13/+17
2008-08-17git-p4: chdir now properly sets PWD environment variable in msysGitRobert Blum1-4/+9
2008-08-17Improve error output of git-rebaseStephan Beyer1-5/+16
2008-08-17t9300: replace '!' with test_must_failMiklos Vajna1-2/+2
2008-08-16Git.pm: Make File::Spec and File::Temp requirement lazyMarcus Griep1-2/+7
2008-08-16Documentation: document the pager.* configuration settingMiklos Vajna1-0/+5
2008-08-16git-stash: improve synopsis in help and manual pageStephan Beyer2-4/+17
2008-08-16Makefile: building git in cygwin 1.7.0Eric Blake1-1/+1
2008-08-16git-am: ignore --binary optionStephan Beyer3-19/+9
2008-08-16bash-completion: Add non-command git help files to bash-completionMarcus Griep1-1/+5
2008-08-15Fix t3700 on filesystems which do not support question marks in namesAlex Riesen1-4/+4
2008-08-15Utilise our new p4_read_pipe and p4_write_pipe wrappersAnand Kumria1-3/+3
2008-08-15Add p4 read_pipe and write_pipe wrappersAnand Kumria1-0/+7
2008-08-15bash completion: Add '--merge' long option for 'git log'Lee Marlow1-0/+1
2008-08-15bash completion: Add completion for 'git mergetool'Lee Marlow1-0/+20
2008-08-15git format-patch documentation: clarify what --cover-letter doesMatt McCutchen1-3/+3
2008-08-15bash completion: 'git apply' should use 'fix' not 'strip'Eric Raible1-1/+1
2008-08-14t5304-prune: adjust file mtime based on system time rather than file mtimeBrandon Casey1-4/+4
2008-08-14test-parse-options: use appropriate cast in length_callbackBrandon Casey1-1/+1
2008-08-14Fix escaping of glob special characters in pathspecsKevin Ballard2-1/+9
2008-08-14rebase -i -p: fix parent rewritingThomas Rast2-4/+14
2008-08-14rebase -i -p: handle index and workdir correctlyThomas Rast2-2/+18
2008-08-13GIT 1.6.0-rc3v1.6.0-rc3Junio C Hamano1-2/+2
2008-08-13Do not talk about "diff" in rev-list documentation.Junio C Hamano1-0/+2
2008-08-13git-svn: Reduce temp file usage when dealing with non-linksMarcus Griep1-24/+22
2008-08-13git-svn: Make it incrementally faster by minimizing temp filesMarcus Griep1-17/+18
2008-08-13Git.pm: Add faculties to allow temp files to be cachedMarcus Griep1-2/+123
2008-08-13Documentation: rev-list-options: Rewrite simplification descriptions for clarityThomas Rast1-17/+136
2008-08-13Teach git diff about BibTeX head hunk patternsGustaf Hendeby2-0/+3
2008-08-13gitattributes: Document built in hunk header patternsGustaf Hendeby1-3/+10
2008-08-13git-daemon: SysV needs the signal handler reinstated.Stephen R. van den Berg1-0/+1
2008-08-12diff --check: do not unconditionally complain about trailing empty linesJunio C Hamano2-2/+21
2008-08-12Put in the two other configuration elements found in the sourceAnand Kumria1-0/+8
2008-08-12Put some documentation in about the parameters that have been addedAnand Kumria1-0/+32
2008-08-12Move git-p4.syncFromOrigin into a configuration parameters sectionAnand Kumria1-12/+16
2008-08-12Consistently use 'git-p4' for the configuration entriesAnand Kumria1-1/+1
2008-08-12If the user has configured various parameters, use them.Anand Kumria1-1/+23
2008-08-12Switch to using 'p4_build_cmd'Anand Kumria1-7/+3
2008-08-12If we are in verbose mode, output what we are about to run (or return)Anand Kumria1-0/+2