summaryrefslogtreecommitdiffstats
path: root/tree-diff.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-08-21compat/snprintf.c: handle snprintf's that always return the # chars transmittedBrandon Casey1-0/+4
2008-08-21git-svn: fix dcommit to urls with embedded usernamesEric Wong1-3/+5
2008-08-21revision.h: make show_early_output an extern which is defined in revision.cBrandon Casey1-1/+1
2008-08-21Update draft release notes for 1.6.0.1Junio C Hamano1-2/+18
2008-08-21Add hints to revert documentation about other ways to undo changesTarmigan Casebolt1-0/+9
2008-08-21Install templates with the user and group of the installing personalityJohannes Sixt1-1/+1
2008-08-21"git-merge": allow fast-forwarding in a stat-dirty treeJunio C Hamano2-1/+11
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