summaryrefslogtreecommitdiffstats
path: root/builtin/fetch.c
AgeCommit message (Expand)AuthorLines
2019-07-29Merge branch 'fc/fetch-with-import-fix' into maintJunio C Hamano-10/+18
2019-07-29Merge branch 'ds/close-object-store' into maintJunio C Hamano-1/+1
2019-06-12packfile: rename close_all_packs to close_object_storeDerrick Stolee-1/+1
2019-06-04fetch: fix regression with transport helpersFelipe Contreras-2/+3
2019-06-04fetch: make the code more understandableFelipe Contreras-7/+9
2019-06-04fetch: trivial cleanupFelipe Contreras-3/+8
2019-03-20Merge branch 'jk/no-sigpipe-during-network-transport'Junio C Hamano-0/+2
2019-03-05fetch: ignore SIGPIPE during network operationJeff King-0/+2
2019-02-11Fix typos in translatable strings for v2.21.0Jean-Noël Avila-1/+1
2019-02-06Merge branch 'jk/loose-object-cache-oid'Junio C Hamano-4/+3
2019-02-05Merge branch 'nd/fetch-compact-update'Junio C Hamano-2/+6
2019-02-05Merge branch 'js/filter-options-should-use-plain-int'Junio C Hamano-1/+6
2019-01-29Merge branch 'sb/submodule-recursive-fetch-gets-the-tip'Junio C Hamano-9/+2
2019-01-29Merge branch 'cc/fetch-error-message-fix'Junio C Hamano-2/+4
2019-01-27fetch: prefer suffix substitution in compact fetch.outputNguyễn Thái Ngọc Duy-2/+6
2019-01-15filter-options: expand scaled numbersJosh Steadmon-1/+6
2019-01-14fetch: fix extensions.partialclone name in error messageChristian Couder-2/+4
2019-01-08convert has_sha1_file() callers to has_object_file()Jeff King-4/+3
2018-12-09fetch: ensure submodule objects fetchedStefan Beller-9/+2
2018-11-18Merge branch 'jk/unused-parameter-fixes'Junio C Hamano-0/+2
2018-11-13Merge branch 'jc/war-on-string-list'Junio C Hamano-46/+100
2018-11-06assert NOARG/NONEG behavior of parse-options callbacksJeff King-0/+2
2018-11-01fetch: replace string-list used as a look-up table with a hashmapJunio C Hamano-46/+100
2018-10-19Merge branch 'jt/avoid-ls-refs'Junio C Hamano-6/+26
2018-10-07fetch: do not list refs if fetching only hashesJonathan Tan-6/+26
2018-09-21fetch: in partial clone, check presence of targetsJonathan Tan-2/+13
2018-09-17Merge branch 'ab/fetch-tags-noclobber'Junio C Hamano-7/+13
2018-09-17Merge branch 'jk/cocci'Junio C Hamano-3/+3
2018-09-17Merge branch 'ds/reachable'Junio C Hamano-0/+1
2018-08-31fetch: stop clobbering existing tags without --forceÆvar Arnfjörð Bjarmason-6/+12
2018-08-31fetch: change "branch" to "reference" in --force -h outputÆvar Arnfjörð Bjarmason-1/+1
2018-08-29convert "hashcmp() == 0" to hasheq()Jeff King-1/+1
2018-08-29convert "oidcmp() == 0" to oideq()Jeff King-2/+2
2018-08-15Merge branch 'jt/connectivity-check-after-unshallow'Junio C Hamano-24/+4
2018-08-15Merge branch 'jt/tag-following-with-proto-v2-fix'Junio C Hamano-1/+1
2018-08-02Merge branch 'jt/fetch-nego-tip'Junio C Hamano-0/+43
2018-08-02Merge branch 'sb/object-store-lookup'Junio C Hamano-3/+6
2018-08-01fetch-pack: unify ref in and out paramJonathan Tan-24/+4
2018-07-24Merge branch 'jt/connectivity-check-after-unshallow'Junio C Hamano-56/+94
2018-07-24fetch: send "refs/tags/" prefix upon CLI refspecsJonathan Tan-1/+1
2018-07-20commit.h: remove method declarationsDerrick Stolee-0/+1
2018-07-18Merge branch 'ao/config-from-gitmodules'Junio C Hamano-14/+1
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano-3/+4
2018-07-03fetch-pack: support negotiation tip whitelistJonathan Tan-0/+43
2018-07-03fetch-pack: write shallow, then check connectivityJonathan Tan-5/+10
2018-06-29commit: add repository argument to lookup_commit_reference_gentlyStefan Beller-3/+6
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano-3/+4
2018-06-28fetch-pack: put shallow info in output parameterBrandon Williams-4/+24
2018-06-28fetch: refactor to make function args narrowerBrandon Williams-26/+26
2018-06-28fetch: refactor fetch_refs into two functionsBrandon Williams-5/+18