summaryrefslogtreecommitdiff
path: root/builtin/fetch.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nd/i18n'Junio C Hamano2012-05-021-2/+2
|\
| * i18n: make warn_dangling_symref() automatically append \nNguyễn Thái Ngọc Duy2012-04-241-2/+2
* | Merge branch 'mb/fetch-call-a-non-branch-a-ref'Junio C Hamano2012-04-261-4/+13
|\ \
| * | fetch: describe new refs based on where it came fromMarc Branchaud2012-04-171-3/+11
| * | fetch: Give remote_ref to update_local_ref() as wellMarc Branchaud2012-04-171-1/+2
* | | Merge branch 'jl/maint-submodule-recurse-fetch'Junio C Hamano2012-04-231-3/+3
|\ \ \ | |_|/ |/| |
| * | submodules: recursive fetch also checks new tags for submodule commitsJens Lehmann2012-04-141-3/+3
| |/
* | Merge branch 'cb/transfer-no-progress'Junio C Hamano2012-02-201-2/+2
|\ \ | |/
| * push/fetch/clone --no-progress suppresses progress outputcb/transfer-no-progressClemens Buchacher2012-02-131-2/+2
* | Merge branch 'nd/maint-refname-in-hierarchy-check'Junio C Hamano2012-01-291-1/+1
|\ \ | |/ |/|
| * Fix incorrect ref namespace checknd/maint-refname-in-hierarchy-checkNguyễn Thái Ngọc Duy2012-01-111-1/+1
* | write first for-merge ref to FETCH_HEAD firstjh/fetch-head-updateJoey Hess2012-01-031-74/+86
* | Merge branch 'maint'Junio C Hamano2011-12-131-38/+49
|\ \ | |/
| * Merge branch 'maint-1.7.7' into maintJunio C Hamano2011-12-131-38/+49
| |\
| | * Merge branch 'maint-1.7.6' into maint-1.7.7Junio C Hamano2011-12-131-38/+49
| | |\
| | | * Merge branch 'jk/maint-fetch-status-table' into maint-1.7.6Junio C Hamano2011-12-131-38/+49
| | | |\
| | | | * fetch: create status table using strbufjk/maint-fetch-status-tableJeff King2011-12-091-38/+49
* | | | | Merge branch 'jc/pull-signed-tag'Junio C Hamano2011-12-091-2/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fetch: do not store peeled tag object names in FETCH_HEADLinus Torvalds2011-11-041-2/+1
* | | | | Merge branch 'cn/fetch-prune'Junio C Hamano2011-10-261-5/+28
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | fetch: treat --tags like refs/tags/*:refs/tags/* when pruningCarlos Martín Nieto2011-10-151-2/+21
| * | | fetch: honor the user-provided refspecs when pruning refsCarlos Martín Nieto2011-10-151-4/+8
| * | | fetch: free all the additional refspecsCarlos Martín Nieto2011-10-071-1/+1
| |/ /
* | | Merge branch 'tc/fetch-leak'Junio C Hamano2011-10-171-4/+9
|\ \ \
| * | | fetch: plug two leaks on error exit in store_updated_refsTay Ray Chuan2011-10-071-4/+9
* | | | Merge branch 'jc/receive-verify'Junio C Hamano2011-10-051-56/+14
|\ \ \ \
| * | | | check_everything_connected(): libifyJunio C Hamano2011-09-091-65/+1
| * | | | check_everything_connected(): refactor to use an iteratorJunio C Hamano2011-09-091-14/+36
| * | | | fetch: verify we have everything we need before updating our refJunio C Hamano2011-09-091-56/+63
* | | | | Merge branch 'jc/fetch-verify'Junio C Hamano2011-10-051-56/+63
|\ \ \ \ \ | | |/ / / | |/| / / | |_|/ / |/| | |
| * | | fetch: verify we have everything we need before updating our refJunio C Hamano2011-09-011-56/+63
| |/ /
* | | fetch: skip on-demand checking when no submodules are configuredJens Lehmann2011-09-091-6/+9
| |/ |/|
* | fetch: do not leak a refspecJim Meyering2011-06-081-2/+4
|/
* Merge branch 'jl/submodule-fetch-on-demand'Junio C Hamano2011-04-041-12/+36
|\
| * fetch/pull: Add the 'on-demand' value to the --recurse-submodules optionJens Lehmann2011-03-091-3/+19
| * fetch/pull: recurse into submodules when necessaryJens Lehmann2011-03-091-9/+17
* | Merge branch 'ab/i18n-st'Junio C Hamano2011-04-011-41/+41
|\ \
| * | i18n: git-fetch split up "(non-fast-forward)" messageÆvar Arnfjörð Bjarmason2011-03-091-3/+3
| * | i18n: git-fetch update_local_ref messagesÆvar Arnfjörð Bjarmason2011-03-091-5/+5
| * | i18n: git-fetch formatting messagesÆvar Arnfjörð Bjarmason2011-03-091-10/+10
| * | i18n: git-fetch basic messagesÆvar Arnfjörð Bjarmason2011-03-091-23/+23
| |/
* | Merge branch 'jk/trace-sifter'Junio C Hamano2011-03-191-0/+2
|\ \
| * | add packet tracing debug codeJeff King2011-03-081-0/+2
| |/
* | Make <identifier> lowercase as per CodingGuidelinesMichael J Gruber2011-02-151-3/+3
|/
* Merge branch 'jl/fetch-submodule-recursive'Junio C Hamano2010-12-161-14/+50
|\
| * Add the 'fetch.recurseSubmodules' config settingJens Lehmann2010-11-121-5/+16
| * fetch/pull: Add the --recurse-submodules optionJens Lehmann2010-11-121-14/+39
* | Merge branch 'rs/opt-help-text'Junio C Hamano2010-11-241-2/+1
|\ \
| * | add OPT__FORCERené Scharfe2010-11-151-2/+1
* | | Change incorrect "remote branch" to "remote tracking branch" in C codeMatthieu Moy2010-11-031-1/+1