summaryrefslogtreecommitdiffstats
path: root/builtin-diff-index.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-03-30Fix bash completion in path with spacesDaniel Cheng (aka SDiZ)1-2/+2
2009-03-30bash completion: only show 'log --merge' if mergingThomas Rast1-1/+6
2009-03-30git-tag(1): add hint about commit messagesNico -telmich- Schottelius1-0/+1
2009-03-30Documentation: update graph api example.Allan Caffee1-4/+4
2009-03-30import-zips: fix thinkoJohannes Schindelin1-1/+2
2009-03-24close_sha1_file(): make it easier to diagnose errorsLinus Torvalds1-1/+1
2009-03-24avoid possible overflow in delta size filtering computationNicolas Pitre1-1/+1
2009-03-22everyday: use the dashless form of git-initDavid Aguilar1-1/+1
2009-02-28added missing backtick in git-apply.txtDanijel Tasov1-1/+1
2009-02-27bisect: fix another instance of eval'ed stringChristian Couder1-1/+7
2009-02-27bisect: fix quoting TRIED revs when "bad" commit is also "skip"pedChristian Couder2-35/+66
2009-02-12Support "\" in non-wildcard exclusion entriesFinn Arne Gangstad2-2/+9
2009-02-12Make repack less likely to corrupt repositoryJunio C Hamano1-20/+67
2009-02-12fast-export: ensure we traverse commits in topological orderElijah Newren1-0/+1
2009-02-11Clear the delta base cache if a pack is rebuiltShawn O. Pearce1-0/+1
2009-02-11Clear the delta base cache during fast-import checkpointShawn O. Pearce3-0/+9
2009-02-05Fixed broken git help -w when installing from RPMDavid J. Mellor1-1/+4
2009-02-04builtin-mv.c: check for unversionned files before looking at the destination.Matthieu Moy2-5/+5
2009-02-04Add a testcase for "git mv -f" on untracked files.Matthieu Moy1-0/+8
2009-02-04Missing && in t/t7001.sh.Matthieu Moy1-1/+1
2009-02-04User-manual: "git stash <comment>" form is long goneWilliam Pursell1-1/+1
2009-02-04add test-dump-cache-tree in MakefileGuanqun Lu2-1/+1
2009-02-04fix typo in DocumentationGuanqun Lu1-1/+1
2009-02-04apply: fix access to an uninitialized mode variable, found by valgrindJohannes Schindelin1-1/+1
2009-02-02grep: pass -I (ignore binary) down to external grepJunio C Hamano1-0/+2
2009-01-31merge: fix out-of-bounds memory accessRené Scharfe1-3/+6
2009-01-29avoid 31-bit truncation in write_loose_objectJeff King1-1/+2
2009-01-29mailinfo: tests for RFC2047 examplesKirill Smelkov14-0/+100
2009-01-29mailinfo: add explicit test for mails like '<a.u.thor@example.com> (A U Thor)'Kirill Smelkov5-1/+11
2009-01-28test-path-utils: Fix off by one, found by valgrindJohannes Schindelin1-1/+1
2009-01-28get_sha1_basic(): fix invalid memory access, found by valgrindJohannes Schindelin1-1/+1
2009-01-27diff.c: output correct index lines for a split diffJunio C Hamano2-66/+98
2009-01-23Fix Documentation for git-describeBoyd Stephen Smith Jr1-1/+1
2009-01-18builtin-fsck: fix off by one head countChristian Couder1-1/+1
2009-01-18Documentation: let asciidoc align related optionsMarkus Heidelberg1-1/+4
2009-01-18githooks.txt: add missing wordStephan Beyer1-1/+1
2009-01-18builtin-commit.c: do not remove COMMIT_EDITMSGStephan Beyer1-1/+0
2009-01-15t3404: Add test case for auto-amending only edited commits after "edit"Stephan Beyer1-0/+17
2009-01-15t3404: Add test case for aborted --continue after "edit"Stephan Beyer1-0/+15
2009-01-15t3501: check that commits are actually doneStephan Beyer1-0/+2
2009-01-14fix handling of multiple untracked files for git mv -kMichael J Gruber2-1/+2
2009-01-14add test cases for "git mv -k"Michael J Gruber1-0/+25
2009-01-14fast-import: Cleanup mode setting.Felipe Contreras1-3/+4
2009-01-14Git.pm: call Error::Simple() properlyJay Soffian1-2/+2
2009-01-13Avoid spurious error messages on error mistakes.Pierre Habouzit1-1/+1