summaryrefslogtreecommitdiffstats
path: root/builtin/fetch.c
AgeCommit message (Expand)AuthorLines
2019-10-24fetch: delay fetch_if_missing=0 until after configJonathan Tan-2/+2
2019-10-15Merge branch 'js/trace2-fetch-push'Junio C Hamano-7/+15
2019-10-15Merge branch 'ew/hashmap'Junio C Hamano-14/+18
2019-10-15Merge branch 'js/fetch-jobs'Junio C Hamano-17/+107
2019-10-07Merge branch 'ms/fetch-follow-tag-optim'Junio C Hamano-8/+10
2019-10-07hashmap_entry: remove first member requirement from docsEric Wong-1/+1
2019-10-07hashmap: introduce hashmap_free_entriesEric Wong-3/+3
2019-10-07hashmap_cmp_fn takes hashmap_entry paramsEric Wong-4/+5
2019-10-07hashmap_get{,_from_hash} return "struct hashmap_entry *"Eric Wong-4/+7
2019-10-07hashmap_add takes "struct hashmap_entry *"Eric Wong-1/+1
2019-10-07hashmap_entry_init takes "struct hashmap_entry *"Eric Wong-1/+1
2019-10-06fetch: let --jobs=<n> parallelize --multiple, tooJohannes Schindelin-17/+107
2019-10-03fetch: add trace2 instrumentationJosh Steadmon-7/+15
2019-09-30Merge branch 'ds/commit-graph-on-fetch'Junio C Hamano-0/+15
2019-09-18Merge branch 'md/list-objects-filter-combo'Junio C Hamano-6/+3
2019-09-18Merge branch 'cc/multi-promisor'Junio C Hamano-19/+10
2019-09-16fetch: use oidset to keep the want OIDs for faster lookupMasaya Suzuki-8/+10
2019-09-03fetch: add fetch.writeCommitGraph config settingDerrick Stolee-0/+15
2019-08-19pull, fetch: add --set-upstream optionCorentin BOMPARD-1/+50
2019-08-06l10n: reformat some localized strings for v2.23.0Jean-Noël Avila-4/+11
2019-07-09Merge branch 'ds/fetch-disable-force-notice'Junio C Hamano-1/+33
2019-07-09Merge branch 'nd/fetch-multi-gc-once'Junio C Hamano-6/+11
2019-07-09Merge branch 'ds/close-object-store'Junio C Hamano-1/+1
2019-07-09Merge branch 'fc/fetch-with-import-fix'Junio C Hamano-10/+18
2019-06-28list-objects-filter-options: make filter_spec a string_listMatthew DeVore-6/+3
2019-06-25builtin/fetch: remove unique promisor remote limitationChristian Couder-15/+5
2019-06-25promisor-remote: parse remote.*.partialclonefilterChristian Couder-1/+1
2019-06-25Use promisor_remote_get_direct() and has_promisor_remote()Christian Couder-5/+6
2019-06-21fetch: warn about forced updates in branch listingDerrick Stolee-1/+24
2019-06-21fetch: add --[no-]show-forced-updates argumentDerrick Stolee-1/+10
2019-06-19fetch: only run 'gc' once when fetching multiple remotesNguyễn Thái Ngọc Duy-6/+11
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