summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2009-02-12Make repack less likely to corrupt repositoryJunio C Hamano
2009-02-12fast-export: ensure we traverse commits in topological orderElijah Newren
2009-02-11Clear the delta base cache if a pack is rebuiltShawn O. Pearce
2009-02-10Clear the delta base cache during fast-import checkpointShawn O. Pearce
2009-02-05Fixed broken git help -w when installing from RPMDavid J. Mellor
2009-02-04builtin-mv.c: check for unversionned files before looking at the destination.Matthieu Moy
2009-02-04Add a testcase for "git mv -f" on untracked files.Matthieu Moy
2009-02-04Missing && in t/t7001.sh.Matthieu Moy
2009-02-04User-manual: "git stash <comment>" form is long goneWilliam Pursell
2009-02-04add test-dump-cache-tree in MakefileGuanqun Lu