summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* apply.c: split check_whitespace() into twoJunio C Hamano2009-09-041-9/+15
* apply --whitespace=fix: detect new blank lines at eof correctlyJunio C Hamano2009-09-042-0/+30
* apply --whitespace=fix: fix handling of blank lines at the eofJunio C Hamano2009-09-042-1/+30
* Documentation: git-archive: mark --format as optional in summaryWesley J. Landaker2009-08-271-1/+1
* Merge branch 'maint-1.5.6' into maint-1.6.0Junio C Hamano2009-08-272-2/+43
|\
| * Merge branch 'maint-1.5.5' into maint-1.5.6Junio C Hamano2009-02-112-2/+43
| |\
| | * Merge branch 'maint-1.5.4' into maint-1.5.5Junio C Hamano2009-02-112-2/+43
| | |\
| | | * revision traversal and pack: notice and die on missing commitJunio C Hamano2009-02-112-2/+43
* | | | verify-pack -v: do not report "chain length 0"Junio C Hamano2009-08-071-8/+19
* | | | t5510: harden the way verify-pack is usedJunio C Hamano2009-08-071-3/+8
* | | | git-show-ref.txt: remove word and make consistentStephen Boyd2009-06-201-2/+2
* | | | git-svn documentation: fix typo in 'rebase vs. pull/merge' sectionMiklos Vajna2009-06-201-1/+1
* | | | use xstrdup, not strdup in ll-merge.cJim Meyering2009-06-141-4/+4
* | | | git-rerere.txt: grammatical fixups and cleanupsStephen Boyd2009-06-131-33/+32
* | | | http-push.c::remove_locks(): fix use after freeAlex Riesen2009-05-241-1/+2
* | | | ls-tree manpage: output of ls-tree is compatible with update-indexAlex Riesen2009-05-101-0/+2
* | | | ls-tree manpage: use "unless" instead of "when ... is not"Alex Riesen2009-05-101-1/+1
* | | | dir.c: Fix two minor grammatical errors in commentsAllan Caffee2009-05-051-2/+2
* | | | diff -c -p: do not die on submodulesJunio C Hamano2009-04-292-12/+65
* | | | grep: fix segfault when "git grep '('" is givenLinus Torvalds2009-04-272-2/+10
* | | | Documentation: fix a grammatical error in api-builtin.txtAllan Caffee2009-04-271-1/+1
* | | | builtin-merge: fix a typo in an error messageAllan Caffee2009-04-271-1/+1
* | | | test-genrandom: Add newline to usage stringStephen Boyd2009-04-231-1/+1
* | | | doc/git-daemon: add missing arguments to optionsMarkus Heidelberg2009-04-181-8/+8
* | | | init: Do not segfault on big GIT_TEMPLATE_DIR environment variableFrank Lichtenheld2009-04-182-1/+12
* | | | Fix buffer overflow in config parserThomas Jarosch2009-04-172-2/+9
* | | | State the effect of filter-branch on graft explicitlyDaniel Cheng (aka SDiZ)2009-04-121-0/+3
* | | | process_{tree,blob}: Remove useless xstrdup callsLinus Torvalds2009-04-121-0/+2
* | | | process_{tree,blob}: Remove useless xstrdup callsBjörn Steinbrink2009-04-082-3/+0
* | | | Documentation: clarify .gitattributes searchJason Merrill2009-04-072-5/+5
* | | | git-checkout.txt: clarify that <branch> applies when no path is given.Matthieu Moy2009-04-071-2/+6
* | | | git-checkout.txt: fix incorrect statement about HEAD and indexMatthieu Moy2009-04-071-2/+2
* | | | commit: abort commit if interactive add failedJeff King2009-04-051-1/+2
* | | | git-repack: use non-dashed update-server-infoDan McGee2009-04-051-1/+1
* | | | Documentation: Remove an odd "instead"Holger Weiß2009-04-011-1/+1
* | | | Fix bash completion in path with spacesDaniel Cheng (aka SDiZ)2009-03-301-2/+2
* | | | bash completion: only show 'log --merge' if mergingThomas Rast2009-03-301-1/+6
* | | | git-tag(1): add hint about commit messagesNico -telmich- Schottelius2009-03-301-0/+1
* | | | Documentation: update graph api example.Allan Caffee2009-03-301-4/+4
* | | | import-zips: fix thinkoJohannes Schindelin2009-03-291-1/+2
* | | | close_sha1_file(): make it easier to diagnose errorsLinus Torvalds2009-03-241-1/+1
* | | | avoid possible overflow in delta size filtering computationNicolas Pitre2009-03-241-1/+1
* | | | everyday: use the dashless form of git-initDavid Aguilar2009-03-221-1/+1
* | | | Merge branch 'ks/maint-1.6.0-mailinfo-folded' into maint-1.6.0Junio C Hamano2009-03-1222-10/+229
|\ \ \ \
| * | | | mailinfo: tests for RFC2047 examplesKirill Smelkov2009-01-2814-0/+100
| * | | | mailinfo: add explicit test for mails like '<a.u.thor@example.com> (A U Thor)'Kirill Smelkov2009-01-285-1/+11
| * | | | mailinfo: 'From:' header should be unfold as wellKirill Smelkov2009-01-122-1/+5
| * | | | mailinfo: correctly handle multiline 'Subject:' headerKirill Smelkov2009-01-106-9/+114
* | | | | Merge branch 'cc/maint-1.6.0-bisect-fix' into maint-1.6.0Junio C Hamano2009-03-122-36/+73
|\ \ \ \ \
| * | | | | bisect: fix another instance of eval'ed stringChristian Couder2009-02-271-1/+7