summaryrefslogtreecommitdiffstats
path: root/builtin-fetch--tool.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-02-05Fixed broken git help -w when installing from RPMDavid J. Mellor1-1/+4
2009-02-04builtin-mv.c: check for unversionned files before looking at the destination.Matthieu Moy2-5/+5
2009-02-04Add a testcase for "git mv -f" on untracked files.Matthieu Moy1-0/+8
2009-02-04Missing && in t/t7001.sh.Matthieu Moy1-1/+1
2009-02-04User-manual: "git stash <comment>" form is long goneWilliam Pursell1-1/+1
2009-02-04add test-dump-cache-tree in MakefileGuanqun Lu2-1/+1
2009-02-04fix typo in DocumentationGuanqun Lu1-1/+1
2009-02-04apply: fix access to an uninitialized mode variable, found by valgrindJohannes Schindelin1-1/+1
2009-02-02grep: pass -I (ignore binary) down to external grepJunio C Hamano1-0/+2
2009-01-31merge: fix out-of-bounds memory accessRené Scharfe1-3/+6
2009-01-29avoid 31-bit truncation in write_loose_objectJeff King1-1/+2
2009-01-28test-path-utils: Fix off by one, found by valgrindJohannes Schindelin1-1/+1
2009-01-28get_sha1_basic(): fix invalid memory access, found by valgrindJohannes Schindelin1-1/+1
2009-01-23Fix Documentation for git-describeBoyd Stephen Smith Jr1-1/+1
2009-01-18builtin-fsck: fix off by one head countChristian Couder1-1/+1
2009-01-18Documentation: let asciidoc align related optionsMarkus Heidelberg1-1/+4
2009-01-18githooks.txt: add missing wordStephan Beyer1-1/+1
2009-01-18builtin-commit.c: do not remove COMMIT_EDITMSGStephan Beyer1-1/+0
2009-01-15t3404: Add test case for auto-amending only edited commits after "edit"Stephan Beyer1-0/+17
2009-01-15t3404: Add test case for aborted --continue after "edit"Stephan Beyer1-0/+15
2009-01-15t3501: check that commits are actually doneStephan Beyer1-0/+2
2009-01-14fix handling of multiple untracked files for git mv -kMichael J Gruber2-1/+2
2009-01-14add test cases for "git mv -k"Michael J Gruber1-0/+25
2009-01-14fast-import: Cleanup mode setting.Felipe Contreras1-3/+4
2009-01-14Git.pm: call Error::Simple() properlyJay Soffian1-2/+2
2009-01-13Avoid spurious error messages on error mistakes.Pierre Habouzit1-1/+1