summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-02-11fast-export: ensure we traverse commits in topological orderLibravatar Elijah Newren1-0/+1
2009-02-11Clear the delta base cache if a pack is rebuiltLibravatar Shawn O. Pearce1-0/+1
2009-02-11Merge branch 'maint-1.5.5' into maint-1.5.6Libravatar Junio C Hamano2-2/+43
2009-02-11Merge branch 'maint-1.5.4' into maint-1.5.5Libravatar Junio C Hamano2-2/+43
2009-02-11revision traversal and pack: notice and die on missing commitLibravatar Junio C Hamano2-2/+43
2009-02-10Clear the delta base cache during fast-import checkpointLibravatar Shawn O. Pearce3-0/+9
2009-02-04Fixed broken git help -w when installing from RPMLibravatar David J. Mellor1-1/+4
2009-02-04builtin-mv.c: check for unversionned files before looking at the destination.Libravatar Matthieu Moy2-5/+5
2009-02-04Add a testcase for "git mv -f" on untracked files.Libravatar Matthieu Moy1-0/+8
2009-02-04Missing && in t/t7001.sh.Libravatar Matthieu Moy1-1/+1
2009-02-03User-manual: "git stash <comment>" form is long goneLibravatar William Pursell1-1/+1
2009-02-03add test-dump-cache-tree in MakefileLibravatar Guanqun Lu2-1/+1
2009-02-03fix typo in DocumentationLibravatar Guanqun Lu1-1/+1
2009-02-03apply: fix access to an uninitialized mode variable, found by valgrindLibravatar Johannes Schindelin1-1/+1
2009-02-02grep: pass -I (ignore binary) down to external grepLibravatar Junio C Hamano1-0/+2
2009-01-31merge: fix out-of-bounds memory accessLibravatar René Scharfe1-3/+6
2009-01-28avoid 31-bit truncation in write_loose_objectLibravatar Jeff King1-1/+2
2009-01-28mailinfo: tests for RFC2047 examplesLibravatar Kirill Smelkov14-0/+100
2009-01-28mailinfo: add explicit test for mails like '<a.u.thor@example.com> (A U Thor)'Libravatar Kirill Smelkov5-1/+11
2009-01-27test-path-utils: Fix off by one, found by valgrindLibravatar Johannes Schindelin1-1/+1
2009-01-27get_sha1_basic(): fix invalid memory access, found by valgrindLibravatar Johannes Schindelin1-1/+1
2009-01-27diff.c: output correct index lines for a split diffLibravatar Junio C Hamano2-66/+98
2009-01-23Fix Documentation for git-describeLibravatar Boyd Stephen Smith Jr1-1/+1
2009-01-17builtin-fsck: fix off by one head countLibravatar Christian Couder1-1/+1
2009-01-17Documentation: let asciidoc align related optionsLibravatar Markus Heidelberg1-1/+4
2009-01-17githooks.txt: add missing wordLibravatar Stephan Beyer1-1/+1
2009-01-17builtin-commit.c: do not remove COMMIT_EDITMSGLibravatar Stephan Beyer1-1/+0
2009-01-15t3404: Add test case for auto-amending only edited commits after "edit"Libravatar Stephan Beyer1-0/+17
2009-01-15t3404: Add test case for aborted --continue after "edit"Libravatar Stephan Beyer1-0/+15
2009-01-15t3501: check that commits are actually doneLibravatar Stephan Beyer1-0/+2
2009-01-14fix handling of multiple untracked files for git mv -kLibravatar Michael J Gruber2-1/+2
2009-01-14add test cases for "git mv -k"Libravatar Michael J Gruber1-0/+25
2009-01-13fast-import: Cleanup mode setting.Libravatar Felipe Contreras1-3/+4
2009-01-13Git.pm: call Error::Simple() properlyLibravatar Jay Soffian1-2/+2
2009-01-13Avoid spurious error messages on error mistakes.Libravatar Pierre Habouzit1-1/+1
2009-01-12contrib/examples/README: give an explanation of the status of these filesLibravatar jidanni@jidanni.org1-0/+3
2009-01-12mailinfo: 'From:' header should be unfold as wellLibravatar Kirill Smelkov2-1/+5
2009-01-10mailinfo: correctly handle multiline 'Subject:' headerLibravatar Kirill Smelkov6-9/+114
2009-01-06Merge branch 'maint-1.5.6' into maint-1.6.0Libravatar Junio C Hamano1-1/+1
2009-01-06README: tutorial.txt is now called gittutorial.txtLibravatar Joey Hess1-1/+1
2008-12-21doc/git-fsck: change the way for getting heads' SHA1sLibravatar Markus Heidelberg1-1/+2
2008-12-19GIT 1.6.0.6Libravatar Junio C Hamano6-38/+67
2008-12-19fast-import: make tagger information optionalLibravatar Junio C Hamano2-11/+33
2008-12-19fast-export: deal with tag objects that do not have a taggerLibravatar Johannes Schindelin3-5/+42
2008-12-19SubmittingPatches: mention the usage of real name in Signed-off-by: linesLibravatar Miklos Vajna1-0/+3
2008-12-19git-mergetool: properly handle "git mergetool -- filename"Libravatar David Aguilar1-0/+1
2008-12-19git-send-email: handle email address with quoted commaLibravatar Wu Fengguang1-3/+8
2008-12-19Documentation: fix typos, grammar, asciidoc syntaxLibravatar Markus Heidelberg13-25/+25
2008-12-16GIT 1.5.6.6Libravatar Junio C Hamano5-37/+33
2008-12-16GIT 1.5.5.6Libravatar Junio C Hamano4-37/+23