summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | http-fetch: add missing initialization of argv0_pathJonathan Nieder2009-11-101-1/+2
| * | | | | | | | | Show usage string for 'git stripspace -h'Jonathan Nieder2009-11-101-1/+3
| * | | | | | | | | Show usage string for 'git unpack-file -h'Jonathan Nieder2009-11-101-1/+1
| * | | | | | | | | Show usage string for 'git show-index -h'Jonathan Nieder2009-11-101-0/+5
| * | | | | | | | | Show usage string for 'git rev-parse -h'Jonathan Nieder2009-11-101-0/+10
| * | | | | | | | | Show usage string for 'git merge-one-file -h'Jonathan Nieder2009-11-101-0/+12
| * | | | | | | | | Show usage string for 'git mailsplit -h'Jonathan Nieder2009-11-101-0/+2
| * | | | | | | | | Show usage string for 'git imap-send -h'Jonathan Nieder2009-11-101-0/+5
| * | | | | | | | | Show usage string for 'git get-tar-commit-id -h'Jonathan Nieder2009-11-101-0/+6
| * | | | | | | | | Show usage string for 'git fast-import -h'Jonathan Nieder2009-11-101-0/+3
| * | | | | | | | | Show usage string for 'git check-ref-format -h'Jonathan Nieder2009-11-101-0/+3
| * | | | | | | | | Show usage string for 'git show-ref -h'Jonathan Nieder2009-11-092-4/+9
| * | | | | | | | | Show usage string for 'git merge-ours -h'Jonathan Nieder2009-11-091-0/+6
| * | | | | | | | | Show usage string for 'git commit-tree -h'Jonathan Nieder2009-11-091-1/+1
| * | | | | | | | | Show usage string for 'git cherry -h'Jonathan Nieder2009-11-091-0/+3
| * | | | | | | | | Show usage string for 'git grep -h'Jonathan Nieder2009-11-091-0/+7
| * | | | | | | | | Retire fetch--tool helper to contrib/examplesJonathan Nieder2009-11-094-3/+0
* | | | | | | | | | Merge branch 'jp/fetch-cull-many-refs'Junio C Hamano2009-11-203-22/+49
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | remote: fix use-after-free error detected by glibc in ref_remove_duplicatesJulian Phillips2009-11-142-0/+13
| * | | | | | | | | | fetch: Speed up fetch of large numbers of refsJulian Phillips2009-10-271-3/+14
| * | | | | | | | | | remote: Make ref_remove_duplicates faster for large numbers of refsJulian Phillips2009-10-271-19/+22
* | | | | | | | | | | describe: do not use unannotated tag even if exact matchThomas Rast2009-11-202-1/+7
* | | | | | | | | | | submodule.c: Squelch a "use before assignment" warningDavid Aguilar2009-11-201-1/+1
* | | | | | | | | | | Merge branch 'np/maint-sideband-favor-status'Junio C Hamano2009-11-172-23/+23
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | give priority to progress messagesNicolas Pitre2009-11-132-23/+23
* | | | | | | | | | | | Merge branch 'sb/tutorial-test'Junio C Hamano2009-11-172-71/+169
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | t1200: prepare for merging with Fast-forward bikesheddingJunio C Hamano2009-11-061-2/+3
| * | | | | | | | | | | | t1200: further modernize test script styleJunio C Hamano2009-11-061-18/+18
| * | | | | | | | | | | | t1200: Make documentation and test agreeStephen Boyd2009-11-062-19/+98
| * | | | | | | | | | | | t1200: cleanup and modernize test styleStephen Boyd2009-11-061-58/+76
* | | | | | | | | | | | | Merge branch 'ef/msys-imap'Junio C Hamano2009-11-175-180/+81
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Windows: use BLK_SHA1 againJohannes Sixt2009-10-231-0/+2
| * | | | | | | | | | | | | MSVC: Enable OpenSSL, and translate -lcryptoMarius Storm-Olsen2009-10-233-1/+7
| * | | | | | | | | | | | | mingw: enable OpenSSLErik Faye-Lund2009-10-231-1/+1
| * | | | | | | | | | | | | mingw: wrap SSL_set_(w|r)fd to call _get_osfhandleErik Faye-Lund2009-10-191-0/+21
| * | | | | | | | | | | | | imap-send: build imap-send on WindowsErik Faye-Lund2009-10-191-1/+1
| * | | | | | | | | | | | | imap-send: fix compilation-error on WindowsErik Faye-Lund2009-10-191-0/+1
| * | | | | | | | | | | | | imap-send: use run-command API for tunnelingErik Faye-Lund2009-10-191-21/+16
| * | | | | | | | | | | | | imap-send: use separate read and write fdsErik Faye-Lund2009-10-191-14/+23
| * | | | | | | | | | | | | imap-send: remove useless uid codeJeff King2009-10-191-144/+11
* | | | | | | | | | | | | | Merge git://git.bogomips.org/git-svnJunio C Hamano2009-11-178-65/+545
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Document git-svn's first-parent ruleThomas Rast2009-11-161-0/+10
| * | | | | | | | | | | | | | git svn: attempt to create empty dirs on clone+rebaseEric Wong2009-11-154-2/+139
| * | | | | | | | | | | | | | git svn: add authorsfile test case for ~/.gitconfigEric Wong2009-11-141-0/+23
| * | | | | | | | | | | | | | git svn: read global+system config for clone+initEric Wong2009-11-141-3/+2
| * | | | | | | | | | | | | | git svn: handle SVN merges from revisions past the tip of the branchToby Allsopp2009-11-144-60/+371
| | |_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Update draft release notes to 1.6.6Junio C Hamano2009-11-161-27/+27
* | | | | | | | | | | | | | Sync with 1.6.5.3Junio C Hamano2009-11-163-2/+69
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Git 1.6.5.3v1.6.5.3Junio C Hamano2009-11-164-3/+67
| * | | | | | | | | | | | | | Merge branch 'bs/maint-pre-commit-hook-sample' into maintJunio C Hamano2009-11-161-9/+9
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \