summaryrefslogtreecommitdiff
path: root/builtin/fetch.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller1-12/+12
2013-07-18fetch: make --prune configurableMichael Schubert1-5/+34
2013-06-14Merge branch 'mh/reflife'Junio C Hamano1-12/+17
2013-06-02add_existing(): do not retain a reference to sha1Michael Haggerty1-3/+4
2013-06-02do_fetch(): clean up existing_refs before exitingMichael Haggerty1-5/+9
2013-06-02do_fetch(): reduce scope of peer_itemMichael Haggerty1-3/+3
2013-05-28fetch: make own copies of refnamesMichael Haggerty1-2/+2
2013-05-28fetch: don't try to update unfetched tracking refsJohn Keeping1-1/+1
2013-05-12fetch: opportunistically update tracking refsJeff King1-0/+16
2013-05-12refactor "ref->merge" flagJeff King1-22/+35
2013-02-01Merge branch 'jk/gc-auto-after-fetch'Junio C Hamano1-0/+5
2013-01-26Merge branch 'jk/maint-gc-auto-after-fetch' into jk/gc-auto-after-fetchJunio C Hamano1-0/+5
2013-01-26fetch: run gc --auto after fetchingJeff King1-0/+5
2013-01-11fetch: add --unshallow for turning shallow repo into complete oneNguyễn Thái Ngọc Duy1-1/+16
2012-09-24Merge branch 'dj/fetch-all-tags' into maintJunio C Hamano1-22/+29
2012-09-18Merge branch 'nd/fetch-status-alignment'Junio C Hamano1-8/+7
2012-09-14fetch: align per-ref summary report in UTF-8 localesNguyễn Thái Ngọc Duy1-8/+7
2012-09-14Merge branch 'dj/fetch-all-tags'Junio C Hamano1-0/+4
2012-09-11Merge branch 'jk/argv-array'Junio C Hamano1-22/+25
2012-09-11Merge branch 'jc/merge-bases'Junio C Hamano1-1/+1
2012-09-07fetch --all: pass --tags/--no-tags through to each remoteDan Johnson1-0/+4
2012-09-02submodule: use argv_array instead of hand-building arraysJens Lehmann1-1/+1
2012-09-02fetch: use argv_array instead of hand-building arraysJeff King1-22/+25
2012-08-27in_merge_bases(): support only one "other" commitJunio C Hamano1-1/+1
2012-08-20i18n: fetch: mark parseopt strings for translationNguyễn Thái Ngọc Duy1-24/+24
2012-05-02Merge branch 'nd/i18n'Junio C Hamano1-2/+2
2012-04-26Merge branch 'mb/fetch-call-a-non-branch-a-ref'Junio C Hamano1-4/+13
2012-04-24i18n: make warn_dangling_symref() automatically append \nNguyễn Thái Ngọc Duy1-2/+2
2012-04-23Merge branch 'jl/maint-submodule-recurse-fetch'Junio C Hamano1-3/+3
2012-04-17fetch: describe new refs based on where it came fromMarc Branchaud1-3/+11
2012-04-17fetch: Give remote_ref to update_local_ref() as wellMarc Branchaud1-1/+2
2012-04-14submodules: recursive fetch also checks new tags for submodule commitsJens Lehmann1-3/+3
2012-02-20Merge branch 'cb/transfer-no-progress'Junio C Hamano1-2/+2
2012-02-13push/fetch/clone --no-progress suppresses progress outputClemens Buchacher1-2/+2
2012-01-29Merge branch 'nd/maint-refname-in-hierarchy-check'Junio C Hamano1-1/+1
2012-01-11Fix incorrect ref namespace checkNguyễn Thái Ngọc Duy1-1/+1
2012-01-03write first for-merge ref to FETCH_HEAD firstJoey Hess1-71/+83
2011-12-13Merge branch 'maint'Junio C Hamano1-38/+49
2011-12-13Merge branch 'maint-1.7.7' into maintJunio C Hamano1-38/+49
2011-12-13Merge branch 'maint-1.7.6' into maint-1.7.7Junio C Hamano1-38/+49
2011-12-13Merge branch 'jk/maint-fetch-status-table' into maint-1.7.6Junio C Hamano1-38/+49
2011-12-09fetch: create status table using strbufJeff King1-38/+49
2011-12-09Merge branch 'jc/pull-signed-tag'Junio C Hamano1-2/+1
2011-11-04fetch: do not store peeled tag object names in FETCH_HEADLinus Torvalds1-2/+1
2011-10-26Merge branch 'cn/fetch-prune'Junio C Hamano1-5/+28
2011-10-17Merge branch 'tc/fetch-leak'Junio C Hamano1-4/+9
2011-10-15fetch: treat --tags like refs/tags/*:refs/tags/* when pruningCarlos Martín Nieto1-2/+21
2011-10-15fetch: honor the user-provided refspecs when pruning refsCarlos Martín Nieto1-4/+8
2011-10-07fetch: plug two leaks on error exit in store_updated_refsTay Ray Chuan1-4/+9
2011-10-07fetch: free all the additional refspecsCarlos Martín Nieto1-1/+1