summaryrefslogtreecommitdiffstats
path: root/builtin/fetch.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ab/cocci-unused'Junio C Hamano2022-07-181-2/+1
|\
| * cocci: add and apply a rule to find "unused" strbufsÆvar Arnfjörð Bjarmason2022-07-061-2/+1
* | Merge branch 'ds/branch-checked-out'Junio C Hamano2022-07-121-29/+17
|\ \ | |/ |/|
| * fetch: stop passing around unused worktrees variableJeff King2022-06-211-15/+9
| * fetch: use new branch_checked_out() and add testsDerrick Stolee2022-06-151-14/+8
* | Merge branch 'jc/avoid-redundant-submodule-fetch'Junio C Hamano2022-05-261-1/+15
|\ \ | |/ |/|
| * fetch: do not run a redundant fetch from submoduleJunio C Hamano2022-05-181-1/+15
* | fetch: limit shared symref check only for local branchesOrgad Shaneh2022-05-161-0/+1
|/
* Merge branch 'rc/fetch-refetch'Junio C Hamano2022-04-041-2/+32
|\
| * fetch: after refetch, encourage auto gc repackingRobert Coup2022-03-281-1/+18
| * fetch: add --refetch optionRobert Coup2022-03-281-1/+14
* | Merge branch 'gc/recursive-fetch-with-unused-submodules'Junio C Hamano2022-03-261-7/+7
|\ \
| * | fetch: fetch unpopulated, changed submodulesGlen Choo2022-03-171-7/+7
| |/
* | Merge branch 'ps/fetch-mirror-optim'Junio C Hamano2022-03-171-15/+27
|\ \
| * | fetch: avoid lookup of commits when not appending to FETCH_HEADPatrick Steinhardt2022-03-011-15/+27
| * | Merge branch 'ps/fetch-atomic' into ps/fetch-mirror-optimJunio C Hamano2022-03-011-61/+129
| |\ \
* | \ \ Merge branch 'ps/fetch-atomic'Junio C Hamano2022-03-131-61/+129
|\ \ \ \ | | |/ / | |/| |
| * | | fetch: make `--atomic` flag cover pruning of refsPatrick Steinhardt2022-02-171-8/+22
| * | | fetch: make `--atomic` flag cover backfilling of tagsPatrick Steinhardt2022-02-171-26/+66
| * | | fetch: report errors when backfilling tags failsPatrick Steinhardt2022-02-171-8/+18
| * | | fetch: control lifecycle of FETCH_HEAD in a single placePatrick Steinhardt2022-02-171-16/+19
| * | | fetch: backfill tags before setting upstreamPatrick Steinhardt2022-02-171-17/+18
* | | | Merge branch 'ja/i18n-common-messages'Junio C Hamano2022-02-261-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | i18n: factorize "invalid value" messagesJean-Noël Avila2022-02-041-2/+2
* | | | Merge branch 'ps/fetch-optim-with-commit-graph'Junio C Hamano2022-02-241-2/+6
|\ \ \ \ | |_|_|/ |/| | |
| * | | fetch: skip computing output width when not printing anythingPatrick Steinhardt2022-02-101-2/+6
* | | | Merge branch 'js/short-help-outside-repo-fix'Junio C Hamano2022-02-181-2/+4
|\ \ \ \
| * | | | checkout/fetch/pull/pack-objects: allow `-h` outside a repositoryJohannes Schindelin2022-02-081-2/+4
| | |/ / | |/| |
* | | | Merge branch 'ab/release-transport-ls-refs-options'Junio C Hamano2022-02-181-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | ls-remote & transport API: release "struct transport_ls_refs_options"Ævar Arnfjörð Bjarmason2022-02-071-1/+1
| |/ /
* | | Merge branch 'tg/fetch-prune-exit-code-fix'Junio C Hamano2022-02-121-4/+6
|\ \ \
| * | | fetch --prune: exit with error if pruning failsThomas Gummerer2022-01-311-4/+6
| |/ /
* | | Merge branch 'rc/negotiate-only-typofix'Junio C Hamano2022-02-121-1/+1
|\ \ \ | |_|/ |/| |
| * | fetch: fix negotiate-only error messageRobert Coup2022-01-291-1/+1
* | | Merge branch 'gc/fetch-negotiate-only-early-return'Junio C Hamano2022-02-091-3/+38
|\ \ \ | |_|/ |/| |
| * | fetch: help translators by reusing the same message templateJunio C Hamano2022-01-211-1/+2
| * | fetch --negotiate-only: do not update submodulesGlen Choo2022-01-191-1/+23
| * | fetch: skip tasks related to fetching objectsGlen Choo2022-01-191-0/+11
| * | fetch: use goto cleanup in cmd_fetch()Glen Choo2022-01-191-3/+4
* | | Merge branch 'ps/lockfile-cleanup-fix'Junio C Hamano2022-01-131-6/+11
|\ \ \
| * | | fetch: fix deadlock when cleaning up lockfiles in async signalsPatrick Steinhardt2022-01-071-6/+11
| |/ /
* | | Merge branch 'ja/i18n-similar-messages'Junio C Hamano2022-01-101-4/+4
|\ \ \
| * | | i18n: standardize "cannot open" and "cannot read"Jean-Noël Avila2022-01-051-2/+2
| * | | i18n: refactor "foo and bar are mutually exclusive"Jean-Noël Avila2022-01-051-2/+2
* | | | Merge branch 'ds/fetch-pull-with-sparse-index'Junio C Hamano2022-01-101-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | fetch/pull: use the sparse indexDerrick Stolee2021-12-221-0/+2
* | | | Merge branch 'ab/fetch-set-upstream-while-detached'Junio C Hamano2021-12-231-0/+10
|\ \ \ \ | |/ / / |/| | |
| * | | pull, fetch: fix segfault in --set-upstream optionÆvar Arnfjörð Bjarmason2021-12-081-0/+10
| |/ /
* | | fetch: protect branches checked out in all worktreesAnders Kaseorg2021-12-021-35/+40
* | | fetch: lowercase error messagesAnders Kaseorg2021-12-021-24/+26
|/ /