summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-09-14diff.c: shuffling code aroundLibravatar Junio C Hamano1-125/+125
2009-09-14diff --whitespace: fix blank lines at endLibravatar Junio C Hamano2-22/+54
2009-09-05core.whitespace: split trailing-space into blank-at-{eol,eof}Libravatar Junio C Hamano3-12/+21
2009-09-04diff --color: color blank-at-eofLibravatar Junio C Hamano2-10/+36
2009-09-04diff --whitespace=warn/error: fix blank-at-eof checkLibravatar Junio C Hamano2-16/+55
2009-09-04diff --whitespace=warn/error: obey blank-at-eofLibravatar Junio C Hamano3-6/+10
2009-09-04diff.c: the builtin_diff() deals with only two-file comparisonLibravatar Junio C Hamano1-23/+9
2009-09-04apply --whitespace: warn blank but not necessarily empty lines at EOFLibravatar Junio C Hamano2-2/+17
2009-09-04apply --whitespace=warn/error: diagnose blank at EOFLibravatar Junio C Hamano5-10/+54
2009-09-04apply.c: split check_whitespace() into twoLibravatar Junio C Hamano1-9/+15
2009-09-04apply --whitespace=fix: detect new blank lines at eof correctlyLibravatar Junio C Hamano2-0/+30
2009-09-04apply --whitespace=fix: fix handling of blank lines at the eofLibravatar Junio C Hamano2-1/+30
2009-08-27Documentation: git-archive: mark --format as optional in summaryLibravatar Wesley J. Landaker1-1/+1
2009-08-27Merge branch 'maint-1.5.6' into maint-1.6.0Libravatar Junio C Hamano2-2/+43
2009-08-07verify-pack -v: do not report "chain length 0"Libravatar Junio C Hamano1-8/+19
2009-08-07t5510: harden the way verify-pack is usedLibravatar Junio C Hamano1-3/+8
2009-06-20git-show-ref.txt: remove word and make consistentLibravatar Stephen Boyd1-2/+2
2009-06-20git-svn documentation: fix typo in 'rebase vs. pull/merge' sectionLibravatar Miklos Vajna1-1/+1
2009-06-14use xstrdup, not strdup in ll-merge.cLibravatar Jim Meyering1-4/+4
2009-06-13git-rerere.txt: grammatical fixups and cleanupsLibravatar Stephen Boyd1-33/+32
2009-05-24http-push.c::remove_locks(): fix use after freeLibravatar Alex Riesen1-1/+2
2009-05-10ls-tree manpage: output of ls-tree is compatible with update-indexLibravatar Alex Riesen1-0/+2
2009-05-10ls-tree manpage: use "unless" instead of "when ... is not"Libravatar Alex Riesen1-1/+1
2009-05-05dir.c: Fix two minor grammatical errors in commentsLibravatar Allan Caffee1-2/+2
2009-04-29diff -c -p: do not die on submodulesLibravatar Junio C Hamano2-12/+65
2009-04-27grep: fix segfault when "git grep '('" is givenLibravatar Linus Torvalds2-2/+10
2009-04-27Documentation: fix a grammatical error in api-builtin.txtLibravatar Allan Caffee1-1/+1
2009-04-27builtin-merge: fix a typo in an error messageLibravatar Allan Caffee1-1/+1
2009-04-23test-genrandom: Add newline to usage stringLibravatar Stephen Boyd1-1/+1
2009-04-18doc/git-daemon: add missing arguments to optionsLibravatar Markus Heidelberg1-8/+8
2009-04-18init: Do not segfault on big GIT_TEMPLATE_DIR environment variableLibravatar Frank Lichtenheld2-1/+12
2009-04-17Fix buffer overflow in config parserLibravatar Thomas Jarosch2-2/+9
2009-04-12State the effect of filter-branch on graft explicitlyLibravatar Daniel Cheng (aka SDiZ)1-0/+3
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