summaryrefslogtreecommitdiff
path: root/builtin/fetch.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-28fetch: fix negotiate-only error messageRobert Coup1-1/+1
2022-01-20fetch: help translators by reusing the same message templateJunio C Hamano1-1/+2
2022-01-18fetch --negotiate-only: do not update submodulesGlen Choo1-1/+23
2022-01-18fetch: skip tasks related to fetching objectsGlen Choo1-0/+11
2022-01-18fetch: use goto cleanup in cmd_fetch()Glen Choo1-3/+4
2022-01-12Merge branch 'ps/lockfile-cleanup-fix'Junio C Hamano1-6/+11
2022-01-10Merge branch 'ja/i18n-similar-messages'Junio C Hamano1-4/+4
2022-01-10Merge branch 'ds/fetch-pull-with-sparse-index'Junio C Hamano1-0/+2
2022-01-07fetch: fix deadlock when cleaning up lockfiles in async signalsPatrick Steinhardt1-6/+11
2022-01-05i18n: standardize "cannot open" and "cannot read"Jean-Noël Avila1-2/+2
2022-01-05i18n: refactor "foo and bar are mutually exclusive"Jean-Noël Avila1-2/+2
2021-12-22Merge branch 'ab/fetch-set-upstream-while-detached'Junio C Hamano1-0/+10
2021-12-22fetch/pull: use the sparse indexDerrick Stolee1-0/+2
2021-12-07pull, fetch: fix segfault in --set-upstream optionÆvar Arnfjörð Bjarmason1-0/+10
2021-12-01fetch: protect branches checked out in all worktreesAnders Kaseorg1-35/+40
2021-12-01fetch: lowercase error messagesAnders Kaseorg1-24/+26
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