summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2009-02-04fix typo in DocumentationGuanqun Lu
2009-02-04apply: fix access to an uninitialized mode variable, found by valgrindJohannes Schindelin
2009-02-02grep: pass -I (ignore binary) down to external grepJunio C Hamano
2009-01-31merge: fix out-of-bounds memory accessRené Scharfe
2009-01-29avoid 31-bit truncation in write_loose_objectJeff King
2009-01-29mailinfo: tests for RFC2047 examplesKirill Smelkov
2009-01-28mailinfo: add explicit test for mails like '<a.u.thor@example.com> (A U Thor)'Kirill Smelkov
2009-01-27test-path-utils: Fix off by one, found by valgrindJohannes Schindelin
2009-01-27get_sha1_basic(): fix invalid memory access, found by valgrindJohannes Schindelin
2009-01-27diff.c: output correct index lines for a split diffJunio C Hamano
2009-01-23Fix Documentation for git-describeBoyd Stephen Smith Jr
2009-01-18builtin-fsck: fix off by one head countChristian Couder
2009-01-18Documentation: let asciidoc align related optionsMarkus Heidelberg
2009-01-18githooks.txt: add missing wordStephan Beyer
2009-01-18builtin-commit.c: do not remove COMMIT_EDITMSGStephan Beyer
2009-01-15t3404: Add test case for auto-amending only edited commits after "edit"Stephan Beyer
2009-01-15t3404: Add test case for aborted --continue after "edit"Stephan Beyer
2009-01-15t3501: check that commits are actually doneStephan Beyer
2009-01-14fix handling of multiple untracked files for git mv -kMichael J Gruber