summaryrefslogtreecommitdiffstats
path: root/builtin/fetch.c
AgeCommit message (Expand)AuthorLines
2022-05-25Merge branch 'jc/avoid-redundant-submodule-fetch'Junio C Hamano-1/+15
2022-05-18fetch: do not run a redundant fetch from submoduleJunio C Hamano-1/+15
2022-05-16fetch: limit shared symref check only for local branchesOrgad Shaneh-0/+1
2022-04-04Merge branch 'rc/fetch-refetch'Junio C Hamano-2/+32
2022-03-28fetch: after refetch, encourage auto gc repackingRobert Coup-1/+18
2022-03-28fetch: add --refetch optionRobert Coup-1/+14
2022-03-25Merge branch 'gc/recursive-fetch-with-unused-submodules'Junio C Hamano-7/+7
2022-03-16Merge branch 'ps/fetch-mirror-optim'Junio C Hamano-15/+27
2022-03-16fetch: fetch unpopulated, changed submodulesGlen Choo-7/+7
2022-03-13Merge branch 'ps/fetch-atomic'Junio C Hamano-61/+129
2022-03-01fetch: avoid lookup of commits when not appending to FETCH_HEADPatrick Steinhardt-15/+27
2022-03-01Merge branch 'ps/fetch-atomic' into ps/fetch-mirror-optimJunio C Hamano-61/+129
2022-02-25Merge branch 'ja/i18n-common-messages'Junio C Hamano-2/+2
2022-02-23Merge branch 'ps/fetch-optim-with-commit-graph'Junio C Hamano-2/+6
2022-02-18Merge branch 'js/short-help-outside-repo-fix'Junio C Hamano-2/+4
2022-02-18Merge branch 'ab/release-transport-ls-refs-options'Junio C Hamano-1/+1
2022-02-17fetch: make `--atomic` flag cover pruning of refsPatrick Steinhardt-8/+22
2022-02-17fetch: make `--atomic` flag cover backfilling of tagsPatrick Steinhardt-26/+66
2022-02-17fetch: report errors when backfilling tags failsPatrick Steinhardt-8/+18
2022-02-17fetch: control lifecycle of FETCH_HEAD in a single placePatrick Steinhardt-16/+19
2022-02-17fetch: backfill tags before setting upstreamPatrick Steinhardt-17/+18
2022-02-11Merge branch 'tg/fetch-prune-exit-code-fix'Junio C Hamano-4/+6
2022-02-11Merge branch 'rc/negotiate-only-typofix'Junio C Hamano-1/+1
2022-02-10fetch: skip computing output width when not printing anythingPatrick Steinhardt-2/+6
2022-02-09Merge branch 'gc/fetch-negotiate-only-early-return'Junio C Hamano-3/+38
2022-02-08checkout/fetch/pull/pack-objects: allow `-h` outside a repositoryJohannes Schindelin-2/+4
2022-02-06ls-remote & transport API: release "struct transport_ls_refs_options"Ævar Arnfjörð Bjarmason-1/+1
2022-02-04i18n: factorize "invalid value" messagesJean-Noël Avila-2/+2
2022-01-31fetch --prune: exit with error if pruning failsThomas Gummerer-4/+6
2022-01-28fetch: fix negotiate-only error messageRobert Coup-1/+1
2022-01-20fetch: help translators by reusing the same message templateJunio C Hamano-1/+2
2022-01-18fetch --negotiate-only: do not update submodulesGlen Choo-1/+23
2022-01-18fetch: skip tasks related to fetching objectsGlen Choo-0/+11
2022-01-18fetch: use goto cleanup in cmd_fetch()Glen Choo-3/+4
2022-01-12Merge branch 'ps/lockfile-cleanup-fix'Junio C Hamano-6/+11
2022-01-10Merge branch 'ja/i18n-similar-messages'Junio C Hamano-4/+4
2022-01-10Merge branch 'ds/fetch-pull-with-sparse-index'Junio C Hamano-0/+2
2022-01-07fetch: fix deadlock when cleaning up lockfiles in async signalsPatrick Steinhardt-6/+11
2022-01-05i18n: standardize "cannot open" and "cannot read"Jean-Noël Avila-2/+2
2022-01-05i18n: refactor "foo and bar are mutually exclusive"Jean-Noël Avila-2/+2
2021-12-22Merge branch 'ab/fetch-set-upstream-while-detached'Junio C Hamano-0/+10
2021-12-22fetch/pull: use the sparse indexDerrick Stolee-0/+2
2021-12-07pull, fetch: fix segfault in --set-upstream optionÆvar Arnfjörð Bjarmason-0/+10
2021-12-01fetch: protect branches checked out in all worktreesAnders Kaseorg-35/+40
2021-12-01fetch: lowercase error messagesAnders Kaseorg-24/+26
2021-09-20Merge branch 'js/run-command-close-packs'Junio C Hamano-2/+0
2021-09-20Merge branch 'ps/fetch-optim'Junio C Hamano-34/+40
2021-09-10Merge branch 'ab/retire-advice-config'Junio C Hamano-1/+1
2021-09-10Merge branch 'ps/fetch-omit-formatting-under-quiet'Junio C Hamano-5/+12
2021-09-09run_auto_maintenance(): implicitly close the object storeJohannes Schindelin-2/+0