summaryrefslogtreecommitdiff
path: root/builtin/fetch.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-14Merge branch 'tb/commit-graph-object-dir'Libravatar Junio C Hamano1-1/+1
2020-02-04commit-graph.h: store an odb in 'struct write_commit_graph_context'Libravatar Taylor Blau1-1/+1
2020-01-30fetch: forgo full connectivity check if --filterLibravatar Jonathan Tan1-1/+10
2020-01-06Merge branch 'ds/commit-graph-set-size-mult'Libravatar Junio C Hamano1-3/+1
2020-01-02commit-graph: prefer default size_mult when given zeroLibravatar Derrick Stolee1-3/+1
2019-12-06Merge branch 'rs/use-skip-prefix-more'Libravatar Junio C Hamano1-9/+3
2019-12-01Merge branch 'jt/fetch-remove-lazy-fetch-plugging'Libravatar Junio C Hamano1-3/+2
2019-12-01Merge branch 'en/doc-typofix'Libravatar Junio C Hamano1-1/+1
2019-12-01Merge branch 'js/fetch-multi-lockfix'Libravatar Junio C Hamano1-2/+8
2019-12-01Merge branch 'rt/fetch-message-fix'Libravatar Junio C Hamano1-1/+1
2019-11-27fetch: use skip_prefix() instead of starts_with()Libravatar René Scharfe1-9/+3
2019-11-10Fix spelling errors in code commentsLibravatar Elijah Newren1-1/+1
2019-11-08fetch: remove fetch_if_missing=0Libravatar Jonathan Tan1-3/+2
2019-11-06fetch: avoid locking issues between fetch.jobs/fetch.writeCommitGraphLibravatar Johannes Schindelin1-1/+2
2019-11-06fetch: add the command-line option `--write-commit-graph`Libravatar Johannes Schindelin1-1/+6
2019-11-02fetch.c: fix typo in a warning messageLibravatar Ralf Thielow1-1/+1
2019-10-24fetch: delay fetch_if_missing=0 until after configLibravatar Jonathan Tan1-2/+2
2019-10-15Merge branch 'js/trace2-fetch-push'Libravatar Junio C Hamano1-7/+15
2019-10-15Merge branch 'ew/hashmap'Libravatar Junio C Hamano1-14/+18
2019-10-15Merge branch 'js/fetch-jobs'Libravatar Junio C Hamano1-17/+107
2019-10-07Merge branch 'ms/fetch-follow-tag-optim'Libravatar Junio C Hamano1-8/+10
2019-10-07hashmap_entry: remove first member requirement from docsLibravatar Eric Wong1-1/+1
2019-10-07hashmap: introduce hashmap_free_entriesLibravatar Eric Wong1-3/+3
2019-10-07hashmap_cmp_fn takes hashmap_entry paramsLibravatar Eric Wong1-4/+5
2019-10-07hashmap_get{,_from_hash} return "struct hashmap_entry *"Libravatar Eric Wong1-4/+7
2019-10-07hashmap_add takes "struct hashmap_entry *"Libravatar Eric Wong1-1/+1
2019-10-07hashmap_entry_init takes "struct hashmap_entry *"Libravatar Eric Wong1-1/+1
2019-10-06fetch: let --jobs=<n> parallelize --multiple, tooLibravatar Johannes Schindelin1-17/+107
2019-10-03fetch: add trace2 instrumentationLibravatar Josh Steadmon1-7/+15
2019-09-30Merge branch 'ds/commit-graph-on-fetch'Libravatar Junio C Hamano1-0/+15
2019-09-18Merge branch 'md/list-objects-filter-combo'Libravatar Junio C Hamano1-6/+3
2019-09-18Merge branch 'cc/multi-promisor'Libravatar Junio C Hamano1-19/+10
2019-09-16fetch: use oidset to keep the want OIDs for faster lookupLibravatar Masaya Suzuki1-8/+10
2019-09-03fetch: add fetch.writeCommitGraph config settingLibravatar Derrick Stolee1-0/+15
2019-08-19pull, fetch: add --set-upstream optionLibravatar Corentin BOMPARD1-1/+50
2019-08-06l10n: reformat some localized strings for v2.23.0Libravatar Jean-Noël Avila1-4/+11
2019-07-09Merge branch 'ds/fetch-disable-force-notice'Libravatar Junio C Hamano1-1/+33
2019-07-09Merge branch 'nd/fetch-multi-gc-once'Libravatar Junio C Hamano1-6/+11
2019-07-09Merge branch 'ds/close-object-store'Libravatar Junio C Hamano1-1/+1
2019-07-09Merge branch 'fc/fetch-with-import-fix'Libravatar Junio C Hamano1-10/+18
2019-06-28list-objects-filter-options: make filter_spec a string_listLibravatar Matthew DeVore1-6/+3
2019-06-25builtin/fetch: remove unique promisor remote limitationLibravatar Christian Couder1-15/+5
2019-06-25promisor-remote: parse remote.*.partialclonefilterLibravatar Christian Couder1-1/+1
2019-06-25Use promisor_remote_get_direct() and has_promisor_remote()Libravatar Christian Couder1-5/+6
2019-06-21fetch: warn about forced updates in branch listingLibravatar Derrick Stolee1-1/+24
2019-06-21fetch: add --[no-]show-forced-updates argumentLibravatar Derrick Stolee1-1/+10
2019-06-19fetch: only run 'gc' once when fetching multiple remotesLibravatar Nguyễn Thái Ngọc Duy1-6/+11
2019-06-12packfile: rename close_all_packs to close_object_storeLibravatar Derrick Stolee1-1/+1
2019-06-04fetch: fix regression with transport helpersLibravatar Felipe Contreras1-2/+3
2019-06-04fetch: make the code more understandableLibravatar Felipe Contreras1-7/+9