summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/symbol-static'Junio C Hamano2010-01-2030-142/+34
|\
| * date.c: mark file-local function staticJunio C Hamano2010-01-202-2/+1
| * Replace parse_blob() with an explanatory commentDaniel Barkalow2010-01-182-22/+8
| * symlinks.c: remove unused functionsJunio C Hamano2010-01-172-33/+0
| * object.c: remove unused functionsJunio C Hamano2010-01-172-26/+0
| * strbuf.c: remove unused functionJunio C Hamano2010-01-122-8/+0
| * sha1_file.c: remove unused functionJunio C Hamano2010-01-122-9/+0
| * mailmap.c: remove unused functionJunio C Hamano2010-01-122-6/+0
| * utf8.c: mark file-local function staticJunio C Hamano2010-01-122-2/+1
| * submodule.c: mark file-local function staticJunio C Hamano2010-01-121-1/+1
| * quote.c: mark file-local function staticJunio C Hamano2010-01-122-2/+1
| * remote-curl.c: mark file-local function staticJunio C Hamano2010-01-121-1/+1
| * read-cache.c: mark file-local functions staticJunio C Hamano2010-01-122-4/+4
| * parse-options.c: mark file-local function staticJunio C Hamano2010-01-122-5/+5
| * entry.c: mark file-local function staticJunio C Hamano2010-01-122-4/+1
| * http.c: mark file-local functions staticJunio C Hamano2010-01-122-11/+8
| * pretty.c: mark file-local function staticJunio C Hamano2010-01-112-2/+1
| * builtin-rev-list.c: mark file-local function staticJunio C Hamano2010-01-112-3/+1
| * bisect.c: mark file-local function staticJunio C Hamano2010-01-111-1/+1
* | Sync with 1.6.6.1Junio C Hamano2010-01-203-8/+45
|\ \
| * | Git 1.6.6.1v1.6.6.1Junio C Hamano2010-01-203-8/+16
| * | Merge branch 'bg/maint-remote-update-default' into maintJunio C Hamano2010-01-202-6/+18
| |\ \
| * \ \ Merge branch 'sb/maint-octopus' into maintJunio C Hamano2010-01-202-9/+57
| |\ \ \
| * \ \ \ Merge branch 'bg/maint-add-all-doc' into maintJunio C Hamano2010-01-202-29/+88
| |\ \ \ \
| * \ \ \ \ Merge branch 'maint-1.6.5' into maintJunio C Hamano2010-01-205-9/+40
| |\ \ \ \ \
| | * | | | | Git 1.6.5.8v1.6.5.8Junio C Hamano2010-01-204-3/+32
| | * | | | | Merge branch 'jk/maint-1.6.5-reset-hard' into maint-1.6.5Junio C Hamano2010-01-202-4/+8
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'tr/maint-1.6.5-bash-prompt-show-submodule-changes' into maint-1...Junio C Hamano2010-01-201-4/+2
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'dp/maint-1.6.5-fast-import-non-commit-tag' into maint-1.6.5Junio C Hamano2010-01-201-5/+5
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'jm/maint-1.6.5-grep-NUL-terminate' into maint-1.6.5Junio C Hamano2010-01-201-0/+1
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'maint-1.6.4' into maint-1.6.5Junio C Hamano2010-01-188-43/+47
| | |\ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ Merge branch 'maint-1.6.3' into maint-1.6.4Junio C Hamano2010-01-188-43/+47
| | | |\ \ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ \ Merge branch 'maint-1.6.2' into maint-1.6.3Junio C Hamano2010-01-188-43/+47
| | | | |\ \ \ \ \ \ \ \ \
| | | * | \ \ \ \ \ \ \ \ \ Merge commit 'v1.6.4.4-8-g8de6518' into maint-1.6.4Junio C Hamano2010-01-181-1/+5
| | | |\ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | Fix mis-backport of t7002Junio C Hamano2010-01-181-1/+5
* | | | | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2010-01-191-3/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | bisect: fix singular/plural grammar nitDavid Ripton2010-01-191-3/+5
* | | | | | | | | | | | | | | Makefile: honor NO_CURL when setting REMOTE_CURL_* variablesJohannes Sixt2010-01-191-10/+6
* | | | | | | | | | | | | | | Update draft release notes to 1.7.0Junio C Hamano2010-01-181-1/+16
* | | | | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2010-01-183-6/+22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | Update draft release notes to 1.6.6.1Junio C Hamano2010-01-181-1/+16
| * | | | | | | | | | | | | | Merge branch 'dp/maint-1.6.5-fast-import-non-commit-tag' into maintJunio C Hamano2010-01-181-5/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | | fast-import: tag may point to any object typeDmitry Potapov2010-01-141-5/+5
| | |/ / / / / / / / / / / /
| * | | | | | | | | | | | | Merge branch 'jm/maint-1.6.5-grep-NUL-terminate' into maintJunio C Hamano2010-01-181-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | |
| | * | | | | | | | | | | | grep: NUL terminate input from a fileJim Meyering2010-01-181-0/+1
* | | | | | | | | | | | | | Merge branch 'jc/rerere'Junio C Hamano2010-01-1812-18/+77
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Teach --[no-]rerere-autoupdate option to merge, revert and friendsJunio C Hamano2009-12-0412-18/+77
* | | | | | | | | | | | | | | Merge branch 'pc/uninteresting-submodule-disappear-upon-switch-branches'Junio C Hamano2010-01-182-2/+19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Remove empty directories when checking out a commit with fewer submodulesPeter Collingbourne2010-01-112-2/+19
* | | | | | | | | | | | | | | | Merge branch 'nd/include-termios-for-osol'Junio C Hamano2010-01-181-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \