summaryrefslogtreecommitdiff
path: root/builtin/fetch.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mh/reflife'Junio C Hamano2013-06-141-12/+17
|\
| * add_existing(): do not retain a reference to sha1Michael Haggerty2013-06-021-3/+4
| * do_fetch(): clean up existing_refs before exitingMichael Haggerty2013-06-021-5/+9
| * do_fetch(): reduce scope of peer_itemMichael Haggerty2013-06-021-3/+3
| * fetch: make own copies of refnamesMichael Haggerty2013-05-281-2/+2
* | fetch: don't try to update unfetched tracking refsJohn Keeping2013-05-281-1/+1
* | fetch: opportunistically update tracking refsJeff King2013-05-121-0/+16
* | refactor "ref->merge" flagJeff King2013-05-121-22/+35
|/
* Merge branch 'jk/gc-auto-after-fetch'Junio C Hamano2013-02-011-0/+5
|\
| * Merge branch 'jk/maint-gc-auto-after-fetch' into jk/gc-auto-after-fetchJunio C Hamano2013-01-261-0/+5
| |\
| | * fetch: run gc --auto after fetchingJeff King2013-01-261-0/+5
| | * Merge branch 'dj/fetch-all-tags' into maintJunio C Hamano2012-09-241-22/+29
| | |\
* | | | fetch: add --unshallow for turning shallow repo into complete oneNguyễn Thái Ngọc Duy2013-01-111-1/+16
|/ / /
* | | Merge branch 'nd/fetch-status-alignment'Junio C Hamano2012-09-181-8/+7
|\ \ \
| * | | fetch: align per-ref summary report in UTF-8 localesNguyễn Thái Ngọc Duy2012-09-141-8/+7
| |/ /
* | | Merge branch 'dj/fetch-all-tags'Junio C Hamano2012-09-141-0/+4
|\ \ \ | | |/ | |/|
| * | fetch --all: pass --tags/--no-tags through to each remoteDan Johnson2012-09-071-0/+4
* | | Merge branch 'jk/argv-array'Junio C Hamano2012-09-111-22/+25
|\ \ \ | |/ /
| * | submodule: use argv_array instead of hand-building arraysJens Lehmann2012-09-021-1/+1
| * | fetch: use argv_array instead of hand-building arraysJeff King2012-09-021-22/+25
* | | Merge branch 'jc/merge-bases'Junio C Hamano2012-09-111-1/+1
|\ \ \
| * | | in_merge_bases(): support only one "other" commitJunio C Hamano2012-08-271-1/+1
* | | | i18n: fetch: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-201-24/+24
| |_|/ |/| |
* | | 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