summaryrefslogtreecommitdiff
path: root/builtin/fetch.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ds/commit-graph-set-size-mult'Junio C Hamano2020-01-061-3/+1
|\
| * commit-graph: prefer default size_mult when given zeroDerrick Stolee2020-01-021-3/+1
* | Merge branch 'rs/use-skip-prefix-more'Junio C Hamano2019-12-061-9/+3
|\ \
| * | fetch: use skip_prefix() instead of starts_with()René Scharfe2019-11-271-9/+3
| |/
* | Merge branch 'jt/fetch-remove-lazy-fetch-plugging'Junio C Hamano2019-12-011-3/+2
|\ \
| * | fetch: remove fetch_if_missing=0Jonathan Tan2019-11-081-3/+2
| |/
* | Merge branch 'en/doc-typofix'Junio C Hamano2019-12-011-1/+1
|\ \
| * | Fix spelling errors in code commentsElijah Newren2019-11-101-1/+1
* | | Merge branch 'js/fetch-multi-lockfix'Junio C Hamano2019-12-011-2/+8
|\ \ \
| * | | fetch: avoid locking issues between fetch.jobs/fetch.writeCommitGraphJohannes Schindelin2019-11-061-1/+2
| * | | fetch: add the command-line option `--write-commit-graph`Johannes Schindelin2019-11-061-1/+6
| | |/ | |/|
* | | Merge branch 'rt/fetch-message-fix'Junio C Hamano2019-12-011-1/+1
|\ \ \ | |/ / |/| |
| * | fetch.c: fix typo in a warning messageRalf Thielow2019-11-021-1/+1
| |/
* | fetch: delay fetch_if_missing=0 until after configJonathan Tan2019-10-241-2/+2
|/
* Merge branch 'js/trace2-fetch-push'Junio C Hamano2019-10-151-7/+15
|\
| * fetch: add trace2 instrumentationJosh Steadmon2019-10-031-7/+15
* | Merge branch 'ew/hashmap'Junio C Hamano2019-10-151-14/+18
|\ \
| * | hashmap_entry: remove first member requirement from docsEric Wong2019-10-071-1/+1
| * | hashmap: introduce hashmap_free_entriesEric Wong2019-10-071-3/+3
| * | hashmap_cmp_fn takes hashmap_entry paramsEric Wong2019-10-071-4/+5
| * | hashmap_get{,_from_hash} return "struct hashmap_entry *"Eric Wong2019-10-071-4/+7
| * | hashmap_add takes "struct hashmap_entry *"Eric Wong2019-10-071-1/+1
| * | hashmap_entry_init takes "struct hashmap_entry *"Eric Wong2019-10-071-1/+1
* | | Merge branch 'js/fetch-jobs'Junio C Hamano2019-10-151-17/+107
|\ \ \
| * | | fetch: let --jobs=<n> parallelize --multiple, tooJohannes Schindelin2019-10-061-17/+107
* | | | Merge branch 'ms/fetch-follow-tag-optim'Junio C Hamano2019-10-071-8/+10
|\ \ \ \ | |_|_|/ |/| | |
| * | | fetch: use oidset to keep the want OIDs for faster lookupMasaya Suzuki2019-09-161-8/+10
| | |/ | |/|
* | | Merge branch 'ds/commit-graph-on-fetch'Junio C Hamano2019-09-301-0/+15
|\ \ \
| * | | fetch: add fetch.writeCommitGraph config settingDerrick Stolee2019-09-031-0/+15
| | |/ | |/|
* | | Merge branch 'md/list-objects-filter-combo'Junio C Hamano2019-09-181-6/+3
|\ \ \
| * | | list-objects-filter-options: make filter_spec a string_listMatthew DeVore2019-06-281-6/+3
* | | | Merge branch 'cc/multi-promisor'Junio C Hamano2019-09-181-19/+10
|\ \ \ \
| * | | | builtin/fetch: remove unique promisor remote limitationChristian Couder2019-06-251-15/+5
| * | | | promisor-remote: parse remote.*.partialclonefilterChristian Couder2019-06-251-1/+1
| * | | | Use promisor_remote_get_direct() and has_promisor_remote()Christian Couder2019-06-251-5/+6
| |/ / /
* | | | pull, fetch: add --set-upstream optionCorentin BOMPARD2019-08-191-1/+50
| |_|/ |/| |
* | | l10n: reformat some localized strings for v2.23.0Jean-Noël Avila2019-08-061-4/+11
| |/ |/|
* | Merge branch 'ds/fetch-disable-force-notice'Junio C Hamano2019-07-091-1/+33
|\ \
| * | fetch: warn about forced updates in branch listingDerrick Stolee2019-06-211-1/+24
| * | fetch: add --[no-]show-forced-updates argumentDerrick Stolee2019-06-211-1/+10
| |/
* | Merge branch 'nd/fetch-multi-gc-once'Junio C Hamano2019-07-091-6/+11
|\ \
| * | fetch: only run 'gc' once when fetching multiple remotesNguyễn Thái Ngọc Duy2019-06-191-6/+11
| |/
* | Merge branch 'ds/close-object-store'Junio C Hamano2019-07-091-1/+1
|\ \
| * | packfile: rename close_all_packs to close_object_storeDerrick Stolee2019-06-121-1/+1
* | | Merge branch 'fc/fetch-with-import-fix'Junio C Hamano2019-07-091-10/+18
|\ \ \ | |_|/ |/| |
| * | fetch: fix regression with transport helpersFelipe Contreras2019-06-041-2/+3
| * | fetch: make the code more understandableFelipe Contreras2019-06-041-7/+9
| * | fetch: trivial cleanupFelipe Contreras2019-06-041-3/+8
* | | Merge branch 'jk/no-sigpipe-during-network-transport'Junio C Hamano2019-03-201-0/+2
|\ \ \ | |_|/ |/| |
| * | fetch: ignore SIGPIPE during network operationJeff King2019-03-051-0/+2