summaryrefslogtreecommitdiff
path: root/builtin/fetch.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-20Merge branch 'js/run-command-close-packs'Junio C Hamano1-2/+0
2021-09-20Merge branch 'ps/fetch-optim'Junio C Hamano1-34/+40
2021-09-10Merge branch 'ab/retire-advice-config'Junio C Hamano1-1/+1
2021-09-10Merge branch 'ps/fetch-omit-formatting-under-quiet'Junio C Hamano1-5/+12
2021-09-09run_auto_maintenance(): implicitly close the object storeJohannes Schindelin1-2/+0
2021-09-01fetch: avoid second connectivity check if we already have all objectsPatrick Steinhardt1-4/+3
2021-09-01fetch: merge fetching and consuming refsPatrick Steinhardt1-21/+9
2021-09-01fetch: refactor fetch refs to be more extendablePatrick Steinhardt1-7/+17
2021-09-01connected: refactor iterator to return next object ID directlyPatrick Steinhardt1-4/+3
2021-09-01fetch: avoid unpacking headers in object existence checkPatrick Steinhardt1-3/+1
2021-09-01fetch: speed up lookup of want refs via commit-graphPatrick Steinhardt1-6/+18
2021-08-30fetch: skip formatting updated refs with `--quiet`Patrick Steinhardt1-5/+12
2021-08-25advice: remove read uses of most global `advice_` variablesBen Boeckel1-1/+1
2021-08-24Merge branch 'jt/push-negotiation-fixes'Junio C Hamano1-1/+3
2021-07-16Merge branch 'ab/fetch-negotiate-segv-fix'Junio C Hamano1-0/+3
2021-07-15fetch: die on invalid --negotiation-tip hashJonathan Tan1-1/+3
2021-07-08fetch: fix segfault in --negotiate-only without --negotiation-tip=*Ævar Arnfjörð Bjarmason1-0/+3
2021-05-20fetch: improve grammar of "shallow roots" messageAlex Henrie1-1/+1
2021-05-16Merge branch 'jt/push-negotiation'Junio C Hamano1-1/+26
2021-05-05fetch: teach independent negotiation (no packfile)Jonathan Tan1-1/+26
2021-04-16fetch: add --prefetch optionDerrick Stolee1-1/+58
2021-02-17Merge branch 'jt/clone-unborn-head'Junio C Hamano1-7/+11
2021-02-05connect, transport: encapsulate arg in structJonathan Tan1-7/+11
2021-01-12fetch: implement support for atomic reference updatesPatrick Steinhardt1-5/+41
2021-01-12fetch: allow passing a transaction to `s_update_ref()`Patrick Steinhardt1-20/+31
2021-01-12fetch: refactor `s_update_ref` to use common exit pathPatrick Steinhardt1-18/+25
2021-01-12fetch: use strbuf to format FETCH_HEAD updatesPatrick Steinhardt1-5/+11
2021-01-12fetch: extract writing to FETCH_HEADPatrick Steinhardt1-29/+79
2020-11-02hashmap: provide deallocation function namesElijah Newren1-3/+3
2020-10-05Merge branch 'jk/refspecs-negative'Junio C Hamano1-0/+10
2020-10-05Merge branch 'jt/keep-partial-clone-filter-upon-lazy-fetch'Junio C Hamano1-1/+1
2020-09-30refspec: add support for negative refspecsJacob Keller1-0/+10
2020-09-28fetch: do not override partial clone filterJonathan Tan1-1/+1
2020-09-25Merge branch 'ds/maintenance-part-1'Junio C Hamano1-2/+4
2020-09-22Merge branch 'ar/fetch-ipversion-in-all'Junio C Hamano1-1/+4
2020-09-22Merge branch 'os/fetch-submodule-optim'Junio C Hamano1-1/+3
2020-09-17maintenance: replace run_auto_gc()Derrick Stolee1-2/+4
2020-09-15fetch: pass --ipv4 and --ipv6 options to sub-fetchesAlex Riesen1-0/+4
2020-09-06refspec: add and use refspec_appendf()René Scharfe1-5/+2
2020-09-06fetch: do not look for submodule changes in unchanged refsOrgad Shaneh1-1/+3
2020-09-03Merge branch 'jt/lazy-fetch'Junio C Hamano1-9/+41
2020-09-02fetch: no FETCH_HEAD display if --no-write-fetch-headJonathan Tan1-1/+7
2020-08-27Merge branch 'jk/leakfix'Junio C Hamano1-1/+1
2020-08-18fetch: only populate existing_refs if neededJonathan Tan1-4/+9
2020-08-18fetch: avoid reading submodule config until neededJonathan Tan1-2/+8
2020-08-18fetch: allow refspecs specified through stdinJonathan Tan1-2/+17
2020-08-18fetch: optionally allow disabling FETCH_HEAD updateJunio C Hamano1-3/+12
2020-08-14config: fix leaks from git_config_get_string_const()Jeff King1-1/+1
2020-07-30strvec: rename struct fieldsJeff King1-3/+3
2020-07-28strvec: fix indentation in renamed callsJeff King1-1/+1