aboutsummaryrefslogtreecommitdiff
path: root/builtin/fetch.c
AgeCommit message (Expand)Author
2021-09-01fetch: avoid second connectivity check if we already have all objectsPatrick Steinhardt
2021-09-01fetch: merge fetching and consuming refsPatrick Steinhardt
2021-09-01fetch: refactor fetch refs to be more extendablePatrick Steinhardt
2021-09-01connected: refactor iterator to return next object ID directlyPatrick Steinhardt
2021-09-01fetch: avoid unpacking headers in object existence checkPatrick Steinhardt
2021-09-01fetch: speed up lookup of want refs via commit-graphPatrick Steinhardt
2021-08-30fetch: skip formatting updated refs with `--quiet`Patrick Steinhardt
2021-08-25advice: remove read uses of most global `advice_` variablesBen Boeckel
2021-08-24Merge branch 'jt/push-negotiation-fixes'Junio C Hamano
2021-07-16Merge branch 'ab/fetch-negotiate-segv-fix'Junio C Hamano
2021-07-15fetch: die on invalid --negotiation-tip hashJonathan Tan
2021-07-08fetch: fix segfault in --negotiate-only without --negotiation-tip=*Ævar Arnfjörð Bjarmason
2021-05-20fetch: improve grammar of "shallow roots" messageAlex Henrie
2021-05-16Merge branch 'jt/push-negotiation'Junio C Hamano
2021-05-05fetch: teach independent negotiation (no packfile)Jonathan Tan
2021-04-16fetch: add --prefetch optionDerrick Stolee
2021-02-17Merge branch 'jt/clone-unborn-head'Junio C Hamano
2021-02-05connect, transport: encapsulate arg in structJonathan Tan
2021-01-12fetch: implement support for atomic reference updatesPatrick Steinhardt
2021-01-12fetch: allow passing a transaction to `s_update_ref()`Patrick Steinhardt
2021-01-12fetch: refactor `s_update_ref` to use common exit pathPatrick Steinhardt
2021-01-12fetch: use strbuf to format FETCH_HEAD updatesPatrick Steinhardt
2021-01-12fetch: extract writing to FETCH_HEADPatrick Steinhardt
2020-11-02hashmap: provide deallocation function namesElijah Newren
2020-10-05Merge branch 'jk/refspecs-negative'Junio C Hamano
2020-10-05Merge branch 'jt/keep-partial-clone-filter-upon-lazy-fetch'Junio C Hamano
2020-09-30refspec: add support for negative refspecsJacob Keller
2020-09-28fetch: do not override partial clone filterJonathan Tan
2020-09-25Merge branch 'ds/maintenance-part-1'Junio C Hamano
2020-09-22Merge branch 'ar/fetch-ipversion-in-all'Junio C Hamano
2020-09-22Merge branch 'os/fetch-submodule-optim'Junio C Hamano
2020-09-17maintenance: replace run_auto_gc()Derrick Stolee
2020-09-15fetch: pass --ipv4 and --ipv6 options to sub-fetchesAlex Riesen
2020-09-06refspec: add and use refspec_appendf()René Scharfe
2020-09-06fetch: do not look for submodule changes in unchanged refsOrgad Shaneh
2020-09-03Merge branch 'jt/lazy-fetch'Junio C Hamano
2020-09-02fetch: no FETCH_HEAD display if --no-write-fetch-headJonathan Tan
2020-08-27Merge branch 'jk/leakfix'Junio C Hamano
2020-08-18fetch: only populate existing_refs if neededJonathan Tan
2020-08-18fetch: avoid reading submodule config until neededJonathan Tan
2020-08-18fetch: allow refspecs specified through stdinJonathan Tan
2020-08-18fetch: optionally allow disabling FETCH_HEAD updateJunio C Hamano
2020-08-14config: fix leaks from git_config_get_string_const()Jeff King
2020-07-30strvec: rename struct fieldsJeff King
2020-07-28strvec: fix indentation in renamed callsJeff King
2020-07-28strvec: convert builtin/ callers away from argv_array nameJeff King
2020-07-28strvec: rename files from argv-array to strvecJeff King
2020-06-29Merge branch 'xl/upgrade-repo-format'Junio C Hamano
2020-06-17Merge branch 'js/reflog-anonymize-for-clone-and-fetch'Junio C Hamano
2020-06-05fetch: allow adding a filter after initial cloneXin Li