summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* archive: don't let remote clients get unreachable commitsjk/maint-1.6.2-upload-archiveJeff King2011-11-215-8/+27
* Merge branch 'maint-1.6.1' into maint-1.6.2Junio C Hamano2010-01-108-43/+47
|\
| * Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2010-01-104-28/+28
| |\
| | * base85: Make the code more obvious instead of explaining the non-obviousAndreas Gruenbacher2010-01-091-8/+2
| | * base85: encode_85() does not use the decode tableAndreas Gruenbacher2010-01-091-2/+0
| | * base85 debug code: Fix length byte calculationAndreas Gruenbacher2010-01-091-1/+1
| | * checkout -m: do not try to fall back to --merge from an unborn branchJunio C Hamano2010-01-061-2/+8
| | * branch: die explicitly why when calling "git branch [-a|-r] branchname".Matthieu Moy2009-12-312-15/+17
| * | textconv: stop leaking file descriptorsJeff King2009-12-301-0/+2
| * | Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-12-292-9/+11
| |\ \ | | |/
| | * commit: --cleanup is a message optionGreg Price2009-12-291-2/+4
| | * t7102: make the test fail if one of its check failsNguyễn Thái Ngọc Duy2009-12-291-7/+7
| * | git count-objects: handle packs bigger than 4GAndreas Schwab2009-12-291-6/+6
* | | git-clone: add missing comma in --reference documentationMiklos Vajna2009-09-031-1/+1
* | | clone: disconnect transport after fetchingJeff King2009-09-022-3/+7
* | | Fix overridable written with an extra 'e'Nanako Shiraishi2009-08-272-2/+2
* | | Merge branch 'maint-1.6.1' into maint-1.6.2Junio C Hamano2009-08-271-1/+1
|\ \ \ | |/ /
| * | Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-08-271-1/+1
| |\ \ | | |/
| | * Documentation: git-archive: mark --format as optional in summaryWesley J. Landaker2009-08-271-1/+1
| | * Merge branch 'maint-1.5.6' into maint-1.6.0Junio C Hamano2009-08-272-2/+43
| | |\
* | | | Round-down years in "years+months" relative date viewDavid Reiss2009-08-271-1/+1
* | | | Merge branch 'maint-1.6.1' into maint-1.6.2Junio C Hamano2009-08-072-11/+27
|\ \ \ \ | |/ / /
| * | | Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-08-072-11/+27
| |\ \ \ | | |/ /
| | * | verify-pack -v: do not report "chain length 0"Junio C Hamano2009-08-071-8/+19
| | * | t5510: harden the way verify-pack is usedJunio C Hamano2009-08-071-3/+8
* | | | Merge branch 'maint-1.6.1' into maint-1.6.2Junio C Hamano2009-06-203-7/+7
|\ \ \ \ | |/ / /
| * | | Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-06-203-7/+7
| |\ \ \ | | |/ /
| | * | git-show-ref.txt: remove word and make consistentStephen Boyd2009-06-201-2/+2
| | * | git-svn documentation: fix typo in 'rebase vs. pull/merge' sectionMiklos Vajna2009-06-201-1/+1
| | * | use xstrdup, not strdup in ll-merge.cJim Meyering2009-06-141-4/+4
* | | | Merge branch 'maint-1.6.1' into maint-1.6.2Junio C Hamano2009-06-131-33/+32
|\ \ \ \ | |/ / /
| * | | Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-06-132-34/+34
| |\ \ \ | | |/ /
| | * | git-rerere.txt: grammatical fixups and cleanupsStephen Boyd2009-06-131-33/+32
* | | | Merge branch 'maint-1.6.1' into maint-1.6.2Junio C Hamano2009-05-241-1/+2
|\ \ \ \
| * \ \ \ Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-05-241-1/+2
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | http-push.c::remove_locks(): fix use after freeAlex Riesen2009-05-241-1/+2
* | | | Merge branch 'maint-1.6.1' into maint-1.6.2Junio C Hamano2009-05-131-1/+3
|\ \ \ \ | |/ / /
| * | | Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-05-131-1/+3
| |\ \ \ | | |/ /
| | * | ls-tree manpage: output of ls-tree is compatible with update-indexAlex Riesen2009-05-101-0/+2
| | * | ls-tree manpage: use "unless" instead of "when ... is not"Alex Riesen2009-05-101-1/+1
* | | | Merge branch 'jc/maint-read-tree-multi' into maint-1.6.2Junio C Hamano2009-05-122-8/+29
|\ \ \ \
| * | | | Revert "checkout branch: prime cache-tree fully"Junio C Hamano2009-05-122-8/+29
* | | | | Merge branch 'maint-1.6.1' into maint-1.6.2Junio C Hamano2009-05-080-0/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-05-081-2/+2
| |\ \ \ \ | | | |/ / | | |/| |
* | | | | Merge branch 'rj/maint-1.6.0-svn-parse-fix' into maintJunio C Hamano2009-05-051-1/+1
|\ \ \ \ \
| * | | | | git-svn: fix a sloppy Getopt::Long usageRobin H. Johnson2009-05-051-1/+1
* | | | | | Merge branch 'maint-1.6.0' into maintJunio C Hamano2009-05-051-2/+2
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | dir.c: Fix two minor grammatical errors in commentsAllan Caffee2009-05-051-2/+2
| |/ / / /
* | | | | improve error message in config.cAlex Riesen2009-05-051-1/+1
* | | | | t4018-diff-funcname: add cpp xfuncname pattern to syntax testBrandon Casey2009-05-051-1/+1