432 Commits (0d7131763e7762dc34c407f32e3c63123001a292)

Author SHA1 Message Date
Johannes Schindelin 5a22a334cb run_auto_maintenance(): implicitly close the object store 4 years ago
Patrick Steinhardt caff8b7340 fetch: avoid second connectivity check if we already have all objects 4 years ago
Patrick Steinhardt 1c7d1ab6f4 fetch: merge fetching and consuming refs 4 years ago
Patrick Steinhardt 284b2ce8fc fetch: refactor fetch refs to be more extendable 4 years ago
Patrick Steinhardt 9fec7b2130 connected: refactor iterator to return next object ID directly 4 years ago
Patrick Steinhardt 47c61004c7 fetch: avoid unpacking headers in object existence check 4 years ago
Patrick Steinhardt fe7df03a9a fetch: speed up lookup of want refs via commit-graph 4 years ago
Patrick Steinhardt f6bb64df82 fetch: skip formatting updated refs with `--quiet` 4 years ago
Ben Boeckel ed9bff0817 advice: remove read uses of most global `advice_` variables 4 years ago
Jonathan Tan 82823118b9 fetch: die on invalid --negotiation-tip hash 4 years ago
Ævar Arnfjörð Bjarmason eff40457a4 fetch: fix segfault in --negotiate-only without --negotiation-tip=* 4 years ago
Alex Henrie 09667e9516 fetch: improve grammar of "shallow roots" message 4 years ago
Jonathan Tan 9c1e657a8f fetch: teach independent negotiation (no packfile) 4 years ago
Derrick Stolee 2e03115d0c fetch: add --prefetch option 4 years ago
Jonathan Tan 39835409d1 connect, transport: encapsulate arg in struct 4 years ago
Patrick Steinhardt c7b190dabd fetch: implement support for atomic reference updates 4 years ago
Patrick Steinhardt d4c8db8f1b fetch: allow passing a transaction to `s_update_ref()` 4 years ago
Patrick Steinhardt c45889f104 fetch: refactor `s_update_ref` to use common exit path 4 years ago
Patrick Steinhardt 929d044575 fetch: use strbuf to format FETCH_HEAD updates 4 years ago
Patrick Steinhardt 58a646a368 fetch: extract writing to FETCH_HEAD 4 years ago
Elijah Newren 6da1a25814 hashmap: provide deallocation function names 4 years ago
Jacob Keller c0192df630 refspec: add support for negative refspecs 5 years ago
Jonathan Tan 23547c4051 fetch: do not override partial clone filter 5 years ago
Derrick Stolee a95ce12430 maintenance: replace run_auto_gc() 5 years ago
Alex Riesen 4e735c1326 fetch: pass --ipv4 and --ipv6 options to sub-fetches 5 years ago
René Scharfe 1af8b8c0a5 refspec: add and use refspec_appendf() 5 years ago
Orgad Shaneh 7ea0c2f44d fetch: do not look for submodule changes in unchanged refs 5 years ago
Jonathan Tan db3c293ecd fetch: no FETCH_HEAD display if --no-write-fetch-head 5 years ago
Jonathan Tan abcb7eeb31 fetch: only populate existing_refs if needed 5 years ago
Jonathan Tan e5b942136e fetch: avoid reading submodule config until needed 5 years ago
Jonathan Tan 2b713c272c fetch: allow refspecs specified through stdin 5 years ago
Junio C Hamano 887952b8c6 fetch: optionally allow disabling FETCH_HEAD update 5 years ago
Jeff King f1de981e8b config: fix leaks from git_config_get_string_const() 5 years ago
Jeff King d70a9eb611 strvec: rename struct fields 5 years ago
Jeff King f6d8942b1f strvec: fix indentation in renamed calls 5 years ago
Jeff King 22f9b7f3f5 strvec: convert builtin/ callers away from argv_array name 5 years ago
Jeff King dbbcd44fb4 strvec: rename files from argv-array to strvec 5 years ago
Xin Li 01bbbbd9da fetch: allow adding a filter after initial clone 5 years ago
Johannes Schindelin 46da295a77 clone/fetch: anonymize URLs in the reflog 5 years ago
Junio C Hamano 850b6edefa auto-gc: extract a reusable helper from "git fetch" 5 years ago
Taylor Blau 120ad2b0f1 shallow: extract a header file for shallow-related functions 5 years ago
Denton Liu 203c85339f Use OPT_CALLBACK and OPT_CALLBACK_F 5 years ago
Jonathan Tan 2b98478c6f connected: always use partial clone optimization 5 years ago
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