summaryrefslogtreecommitdiffstats
path: root/contrib (unfollow)
Commit message (Expand)AuthorFilesLines
2009-04-01Documentation: Remove an odd "instead"Holger Weiß1-1/+1
2009-04-01fix portability problem with IS_RUN_COMMAND_ERRJeff King1-1/+1
2009-04-01mailmap: resurrect lower-casing of email addressesJohannes Schindelin1-0/+9
2009-03-30Update draft release notes to 1.6.2.2Junio C Hamano1-1/+8
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-30git-svn: fix ls-tree usage with dash-prefixed pathsEric Wong1-6/+9
2009-03-30import-zips: fix thinkoJohannes Schindelin1-1/+2
2009-03-28test-lib: Clean up comments and Makefile.Emil Sit2-9/+1
2009-03-27Documentation: format-patch --root clarificationsThomas Rast1-9/+12
2009-03-26documentation: update cvsimport description of "-r" for recent cloneCarlo Marcelo Arenas Belon1-1/+1
2009-03-26Documentation: Remove spurious uses of "you" in git-bisect.txt.David J. Mellor1-3/+3
2009-03-25diff --no-index: Do not generate patch output if other output is requestedJohannes Sixt1-2/+2
2009-03-25Increase the size of the die/warning buffer to avoid truncationShawn O. Pearce1-1/+1
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-23Documentation: minor grammatical fix in git-check-ref-format.txtDavid J. Mellor1-20/+20
2009-03-23Documentation: minor grammatical fixes in git-check-attr.txtDavid J. Mellor1-8/+8
2009-03-23Documentation: minor grammatical fixes in git-cat-file.txtDavid J. Mellor1-9/+9
2009-03-23Documentation: minor grammatical fixes and rewording in git-bundle.txtDavid J. Mellor1-43/+43
2009-03-23Documentation: remove some uses of the passive voice in git-bisect.txtDavid J. Mellor1-11/+11
2009-03-22Smudge the files fed to external diff and textconvJohannes Schindelin2-3/+26
2009-03-22everyday: use the dashless form of git-initDavid Aguilar1-1/+1
2009-03-22Update draft release notes to 1.6.2.2Junio C Hamano2-1/+36
2009-03-22ls-files: require worktree when --deleted is givenJeff King1-0/+1
2009-03-22pickaxe: count regex matches only onceRené Scharfe1-2/+4
2009-03-22format-patch: --numbered-files and --stdout aren't mutually exclusiveStephen Boyd2-3/+0
2009-03-22Propagate --exec-path setting to external commands via GIT_EXEC_PATHJohannes Sixt1-0/+4
2009-03-22git-branch: display "was sha1" on branch deletion rather than just "sha1"Brandon Casey2-2/+2
2009-03-20Documentation: reword example text in git-bisect.txt.David J. Mellor1-20/+24
2009-03-19doc: clarify how -S worksJeff King1-1/+4
2009-03-19Documentation: reworded the "Description" section of git-bisect.txt.David J. Mellor1-8/+9
2009-03-18blame: read custom grafts given by -S before calling setup_revisions()Junio C Hamano1-4/+4
2009-03-17Documentation: minor grammatical fixes in git-branch.txt.David J. Mellor1-25/+25
2009-03-17Documentation: minor grammatical fixes in git-blame.txt.David J. Mellor3-38/+37
2009-03-17Documentation: reword the "Description" section of git-bisect.txt.David J. Mellor1-77/+77
2009-03-17Documentation: minor grammatical fixes in git-archive.txt.David J. Mellor1-4/+4
2009-03-16Remove total confusion from git-fetch and git-pushJunio C Hamano1-18/+3
2009-03-15GIT 1.6.2.1v1.6.2.1Junio C Hamano2-7/+1
2009-03-13read-tree A B C: do not create a bogus index and do not segfaultJunio C Hamano2-3/+34
2009-03-12send-email: test --no-thread --in-reply-to combinationThomas Rast1-0/+11
2009-03-11Update draft release notes for 1.6.2.1Junio C Hamano1-0/+19
2009-03-11rsync transport: allow local paths, and fix testsJohannes Schindelin2-27/+35
2009-03-11Give error when no remote is configuredDaniel Barkalow3-8/+35
2009-03-07builtin-revert.c: release index lock when cherry-picking an empty commitChris Johnsen2-0/+34
2009-03-07document config --bool-or-intJeff King1-0/+4
2009-03-07t1300: use test_must_fail as appropriateJeff King1-5/+5
2009-03-07cleanup: add isascii()René Scharfe2-2/+3