summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-10base85 debug code: Fix length byte calculationAndreas Gruenbacher
2010-01-07checkout -m: do not try to fall back to --merge from an unborn branchJunio C Hamano
2009-12-31branch: die explicitly why when calling "git branch [-a|-r] branchname".Matthieu Moy
2009-12-30commit: --cleanup is a message optionGreg Price
2009-12-30t7102: make the test fail if one of its check failsNguyễn Thái Ngọc Duy
2009-08-28Documentation: git-archive: mark --format as optional in summaryWesley J. Landaker
2009-08-28Merge branch 'maint-1.5.6' into maint-1.6.0Junio C Hamano
2009-08-08verify-pack -v: do not report "chain length 0"Junio C Hamano
2009-08-08t5510: harden the way verify-pack is usedJunio C Hamano
2009-06-21git-show-ref.txt: remove word and make consistentStephen Boyd
2009-06-21git-svn documentation: fix typo in 'rebase vs. pull/merge' sectionMiklos Vajna
2009-06-14use xstrdup, not strdup in ll-merge.cJim Meyering
2009-06-13git-rerere.txt: grammatical fixups and cleanupsStephen Boyd
2009-05-24http-push.c::remove_locks(): fix use after freeAlex Riesen
2009-05-10ls-tree manpage: output of ls-tree is compatible with update-indexAlex Riesen
2009-05-10ls-tree manpage: use "unless" instead of "when ... is not"Alex Riesen
2009-05-06dir.c: Fix two minor grammatical errors in commentsAllan Caffee
2009-04-29diff -c -p: do not die on submodulesJunio C Hamano
2009-04-28grep: fix segfault when "git grep '('" is givenLinus Torvalds
2009-04-27Documentation: fix a grammatical error in api-builtin.txtAllan Caffee
2009-04-27builtin-merge: fix a typo in an error messageAllan Caffee
2009-04-23test-genrandom: Add newline to usage stringStephen Boyd
2009-04-18doc/git-daemon: add missing arguments to optionsMarkus Heidelberg
2009-04-18init: Do not segfault on big GIT_TEMPLATE_DIR environment variableFrank Lichtenheld
2009-04-18Fix buffer overflow in config parserThomas Jarosch
2009-04-12State the effect of filter-branch on graft explicitlyDaniel Cheng (aka SDiZ)
2009-04-12process_{tree,blob}: Remove useless xstrdup callsLinus Torvalds
2009-04-09process_{tree,blob}: Remove useless xstrdup callsBjörn Steinbrink
2009-04-08Documentation: clarify .gitattributes searchJason Merrill
2009-04-08git-checkout.txt: clarify that <branch> applies when no path is given.Matthieu Moy
2009-04-08git-checkout.txt: fix incorrect statement about HEAD and indexMatthieu Moy
2009-04-05commit: abort commit if interactive add failedJeff King
2009-04-05git-repack: use non-dashed update-server-infoDan McGee
2009-04-01Documentation: Remove an odd "instead"Holger Weiß
2009-03-30Fix bash completion in path with spacesDaniel Cheng (aka SDiZ)
2009-03-30bash completion: only show 'log --merge' if mergingThomas Rast
2009-03-30git-tag(1): add hint about commit messagesNico -telmich- Schottelius
2009-03-30Documentation: update graph api example.Allan Caffee
2009-03-30import-zips: fix thinkoJohannes Schindelin
2009-03-24close_sha1_file(): make it easier to diagnose errorsLinus Torvalds
2009-03-24avoid possible overflow in delta size filtering computationNicolas Pitre
2009-03-22everyday: use the dashless form of git-initDavid Aguilar
2009-03-13Merge branch 'ks/maint-1.6.0-mailinfo-folded' into maint-1.6.0Junio C Hamano
2009-03-13Merge branch 'cc/maint-1.6.0-bisect-fix' into maint-1.6.0Junio C Hamano
2009-03-13Merge branch 'fg/maint-1.6.0-exclude-bq' into maint-1.6.0Junio C Hamano
2009-03-13Merge branch 'jc/maint-1.6.0-split-diff-metainfo' into maint-1.6.0Junio C Hamano
2009-02-28added missing backtick in git-apply.txtDanijel Tasov
2009-02-27bisect: fix another instance of eval'ed stringChristian Couder
2009-02-27bisect: fix quoting TRIED revs when "bad" commit is also "skip"pedChristian Couder
2009-02-12Support "\" in non-wildcard exclusion entriesFinn Arne Gangstad