369 Commits (5c65897d2b591f1d023a52c93c729c2b5a90a2df)

Author SHA1 Message Date
Derrick Stolee 3e96c66805 partial-clone: avoid fetching when looking for objects 5 years ago
Taylor Blau 0bd52e27e3 commit-graph.h: store an odb in 'struct write_commit_graph_context' 5 years ago
Jonathan Tan 2df1aa239c fetch: forgo full connectivity check if --filter 5 years ago
Derrick Stolee 63020f175f commit-graph: prefer default size_mult when given zero 5 years ago
René Scharfe a6293f5d28 fetch: use skip_prefix() instead of starts_with() 5 years ago
Elijah Newren 15beaaa3d1 Fix spelling errors in code comments 5 years ago
Jonathan Tan 6462d5eb9a fetch: remove fetch_if_missing=0 5 years ago
Johannes Schindelin 7d8e72b970 fetch: avoid locking issues between fetch.jobs/fetch.writeCommitGraph 5 years ago
Johannes Schindelin c14e6e7903 fetch: add the command-line option `--write-commit-graph` 5 years ago
Ralf Thielow 391c7e40b5 fetch.c: fix typo in a warning message 5 years ago
Jonathan Tan c7aadccba0 fetch: delay fetch_if_missing=0 until after config 5 years ago
Eric Wong e2b5038d87 hashmap_entry: remove first member requirement from docs 5 years ago
Eric Wong c8e424c9c9 hashmap: introduce hashmap_free_entries 5 years ago
Eric Wong 939af16eac hashmap_cmp_fn takes hashmap_entry params 5 years ago
Eric Wong f23a465132 hashmap_get{,_from_hash} return "struct hashmap_entry *" 5 years ago
Eric Wong b94e5c1df6 hashmap_add takes "struct hashmap_entry *" 5 years ago
Eric Wong d22245a2e3 hashmap_entry_init takes "struct hashmap_entry *" 5 years ago
Johannes Schindelin d54dea77db fetch: let --jobs=<n> parallelize --multiple, too 5 years ago
Josh Steadmon 5fc31180d8 fetch: add trace2 instrumentation 5 years ago
Masaya Suzuki b7e2d8bca5 fetch: use oidset to keep the want OIDs for faster lookup 6 years ago
Derrick Stolee 50f26bd035 fetch: add fetch.writeCommitGraph config setting 6 years ago
Corentin BOMPARD 24bc1a1292 pull, fetch: add --set-upstream option 6 years ago
Jean-Noël Avila 182f59daf0 l10n: reformat some localized strings for v2.23.0 6 years ago
Matthew DeVore cf9ceb5a12 list-objects-filter-options: make filter_spec a string_list 6 years ago
Christian Couder 5e46139376 builtin/fetch: remove unique promisor remote limitation 6 years ago
Christian Couder fa3d1b63e8 promisor-remote: parse remote.*.partialclonefilter 6 years ago
Christian Couder b14ed5adaf Use promisor_remote_get_direct() and has_promisor_remote() 6 years ago
Derrick Stolee 377444b440 fetch: warn about forced updates in branch listing 6 years ago
Derrick Stolee cdbd70c437 fetch: add --[no-]show-forced-updates argument 6 years ago
Nguyễn Thái Ngọc Duy c3d6b70338 fetch: only run 'gc' once when fetching multiple remotes 6 years ago
Derrick Stolee 2d511cfc0b packfile: rename close_all_packs to close_object_store 6 years ago
Felipe Contreras f80d922355 fetch: fix regression with transport helpers 6 years ago
Felipe Contreras 9528b80b1a fetch: make the code more understandable 6 years ago
Felipe Contreras a8363b5719 fetch: trivial cleanup 6 years ago
Jeff King 143588949c fetch: ignore SIGPIPE during network operation 6 years ago
Jean-Noël Avila 32ceace39f Fix typos in translatable strings for v2.21.0 6 years ago
Nguyễn Thái Ngọc Duy dc40b24df4 fetch: prefer suffix substitution in compact fetch.output 6 years ago
Josh Steadmon 87c2d9d310 filter-options: expand scaled numbers 6 years ago
Christian Couder e01378753d fetch: fix extensions.partialclone name in error message 6 years ago
Jeff King 98374a07c9 convert has_sha1_file() callers to has_object_file() 6 years ago
Stefan Beller be76c21282 fetch: ensure submodule objects fetched 6 years ago
Jeff King 517fe807d6 assert NOARG/NONEG behavior of parse-options callbacks 6 years ago
Junio C Hamano e198b3a740 fetch: replace string-list used as a look-up table with a hashmap 6 years ago
Jonathan Tan e70a3030e7 fetch: do not list refs if fetching only hashes 6 years ago
Jonathan Tan 35f9e3e5e7 fetch: in partial clone, check presence of targets 7 years ago
Ævar Arnfjörð Bjarmason 0bc8d71b99 fetch: stop clobbering existing tags without --force 7 years ago
Ævar Arnfjörð Bjarmason 8cd4b7c148 fetch: change "branch" to "reference" in --force -h output 7 years ago
Jeff King e3ff0683e2 convert "hashcmp() == 0" to hasheq() 7 years ago
Jeff King 4a7e27e957 convert "oidcmp() == 0" to oideq() 7 years ago
Jonathan Tan e2842b39f4 fetch-pack: unify ref in and out param 7 years ago