Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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