summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-04-12process_{tree,blob}: Remove useless xstrdup callsLibravatar Linus Torvalds1-0/+2
2009-04-08process_{tree,blob}: Remove useless xstrdup callsLibravatar Björn Steinbrink2-3/+0
2009-04-07Documentation: clarify .gitattributes searchLibravatar Jason Merrill2-5/+5
2009-04-07git-checkout.txt: clarify that <branch> applies when no path is given.Libravatar Matthieu Moy1-2/+6
2009-04-07git-checkout.txt: fix incorrect statement about HEAD and indexLibravatar Matthieu Moy1-2/+2
2009-04-05commit: abort commit if interactive add failedLibravatar Jeff King1-1/+2
2009-04-05git-repack: use non-dashed update-server-infoLibravatar Dan McGee1-1/+1
2009-04-01Documentation: Remove an odd "instead"Libravatar Holger Weiß1-1/+1
2009-03-30Fix bash completion in path with spacesLibravatar Daniel Cheng (aka SDiZ)1-2/+2
2009-03-30bash completion: only show 'log --merge' if mergingLibravatar Thomas Rast1-1/+6
2009-03-30git-tag(1): add hint about commit messagesLibravatar Nico -telmich- Schottelius1-0/+1
2009-03-30Documentation: update graph api example.Libravatar Allan Caffee1-4/+4
2009-03-29import-zips: fix thinkoLibravatar Johannes Schindelin1-1/+2
2009-03-24close_sha1_file(): make it easier to diagnose errorsLibravatar Linus Torvalds1-1/+1
2009-03-24avoid possible overflow in delta size filtering computationLibravatar Nicolas Pitre1-1/+1
2009-03-22everyday: use the dashless form of git-initLibravatar David Aguilar1-1/+1
2009-03-12Merge branch 'ks/maint-1.6.0-mailinfo-folded' into maint-1.6.0Libravatar Junio C Hamano22-10/+229
2009-03-12Merge branch 'cc/maint-1.6.0-bisect-fix' into maint-1.6.0Libravatar Junio C Hamano2-36/+73
2009-03-12Merge branch 'fg/maint-1.6.0-exclude-bq' into maint-1.6.0Libravatar Junio C Hamano2-2/+9
2009-03-12Merge branch 'jc/maint-1.6.0-split-diff-metainfo' into maint-1.6.0Libravatar Junio C Hamano2-66/+98
2009-02-28added missing backtick in git-apply.txtLibravatar Danijel Tasov1-1/+1
2009-02-27bisect: fix another instance of eval'ed stringLibravatar Christian Couder1-1/+7
2009-02-27bisect: fix quoting TRIED revs when "bad" commit is also "skip"pedLibravatar Christian Couder2-35/+66
2009-02-12Support "\" in non-wildcard exclusion entriesLibravatar Finn Arne Gangstad2-2/+9
2009-02-11Make repack less likely to corrupt repositoryLibravatar Junio C Hamano1-20/+67
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-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