summaryrefslogtreecommitdiffstats
path: root/test-sha1.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2010-01-10base85 debug code: Fix length byte calculationAndreas Gruenbacher1-1/+1
2010-01-07checkout -m: do not try to fall back to --merge from an unborn branchJunio C Hamano1-2/+8
2009-12-31branch: die explicitly why when calling "git branch [-a|-r] branchname".Matthieu Moy2-15/+17
2009-12-30commit: --cleanup is a message optionGreg Price1-2/+4
2009-12-30t7102: make the test fail if one of its check failsNguyễn Thái Ngọc Duy1-7/+7
2009-08-28Documentation: git-archive: mark --format as optional in summaryWesley J. Landaker1-1/+1
2009-08-08verify-pack -v: do not report "chain length 0"Junio C Hamano1-8/+19
2009-08-08t5510: harden the way verify-pack is usedJunio C Hamano1-3/+8
2009-06-21git-show-ref.txt: remove word and make consistentStephen Boyd1-2/+2
2009-06-21git-svn documentation: fix typo in 'rebase vs. pull/merge' sectionMiklos Vajna1-1/+1
2009-06-14use xstrdup, not strdup in ll-merge.cJim Meyering1-4/+4
2009-06-13git-rerere.txt: grammatical fixups and cleanupsStephen Boyd1-33/+32
2009-05-24http-push.c::remove_locks(): fix use after freeAlex Riesen1-1/+2
2009-05-10ls-tree manpage: output of ls-tree is compatible with update-indexAlex Riesen1-0/+2
2009-05-10ls-tree manpage: use "unless" instead of "when ... is not"Alex Riesen1-1/+1
2009-05-06dir.c: Fix two minor grammatical errors in commentsAllan Caffee1-2/+2
2009-04-29diff -c -p: do not die on submodulesJunio C Hamano2-12/+65
2009-04-28grep: fix segfault when "git grep '('" is givenLinus Torvalds2-2/+10
2009-04-27Documentation: fix a grammatical error in api-builtin.txtAllan Caffee1-1/+1
2009-04-27builtin-merge: fix a typo in an error messageAllan Caffee1-1/+1
2009-04-23test-genrandom: Add newline to usage stringStephen Boyd1-1/+1
2009-04-18doc/git-daemon: add missing arguments to optionsMarkus Heidelberg1-8/+8
2009-04-18init: Do not segfault on big GIT_TEMPLATE_DIR environment variableFrank Lichtenheld2-1/+12
2009-04-18Fix buffer overflow in config parserThomas Jarosch2-2/+9
2009-04-12State the effect of filter-branch on graft explicitlyDaniel Cheng (aka SDiZ)1-0/+3
2009-04-12process_{tree,blob}: Remove useless xstrdup callsLinus Torvalds1-0/+2
2009-04-09process_{tree,blob}: Remove useless xstrdup callsBjörn Steinbrink2-3/+0
2009-04-08Documentation: clarify .gitattributes searchJason Merrill2-5/+5
2009-04-08git-checkout.txt: clarify that <branch> applies when no path is given.Matthieu Moy1-2/+6
2009-04-08git-checkout.txt: fix incorrect statement about HEAD and indexMatthieu Moy1-2/+2
2009-04-05commit: abort commit if interactive add failedJeff King1-1/+2
2009-04-05git-repack: use non-dashed update-server-infoDan McGee1-1/+1
2009-04-01Documentation: Remove an odd "instead"Holger Weiß1-1/+1
2009-03-30Fix bash completion in path with spacesDaniel Cheng (aka SDiZ)1-2/+2
2009-03-30bash completion: only show 'log --merge' if mergingThomas Rast1-1/+6
2009-03-30git-tag(1): add hint about commit messagesNico -telmich- Schottelius1-0/+1
2009-03-30Documentation: update graph api example.Allan Caffee1-4/+4
2009-03-30import-zips: fix thinkoJohannes Schindelin1-1/+2
2009-03-24close_sha1_file(): make it easier to diagnose errorsLinus Torvalds1-1/+1
2009-03-24avoid possible overflow in delta size filtering computationNicolas Pitre1-1/+1
2009-03-22everyday: use the dashless form of git-initDavid Aguilar1-1/+1
2009-02-28added missing backtick in git-apply.txtDanijel Tasov1-1/+1
2009-02-27bisect: fix another instance of eval'ed stringChristian Couder1-1/+7
2009-02-27bisect: fix quoting TRIED revs when "bad" commit is also "skip"pedChristian Couder2-35/+66
2009-02-12Support "\" in non-wildcard exclusion entriesFinn Arne Gangstad2-2/+9
2009-02-12Make repack less likely to corrupt repositoryJunio C Hamano1-20/+67
2009-02-12fast-export: ensure we traverse commits in topological orderElijah Newren1-0/+1
2009-02-11Clear the delta base cache if a pack is rebuiltShawn O. Pearce1-0/+1
2009-02-11revision traversal and pack: notice and die on missing commitJunio C Hamano2-2/+43
2009-02-11Clear the delta base cache during fast-import checkpointShawn O. Pearce3-0/+9