]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/config/transfer.txt
bundle-uri client: add boolean transfer.bundleURI setting
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Thu, 22 Dec 2022 15:14:10 +0000 (15:14 +0000)
committerJunio C Hamano <gitster@pobox.com>
Sun, 25 Dec 2022 07:24:23 +0000 (16:24 +0900)
commit7cce9074a728fb32501054577963d8ae31d007be
tree8400b171dac2d810bc62463b029fd29bf734b2e4
parent0cfde740f0b2c9474aae3a381d1d6e97c7468e7a
bundle-uri client: add boolean transfer.bundleURI setting

The yet-to-be introduced client support for bundle-uri will always
fall back on a full clone, but we'd still like to be able to ignore a
server's bundle-uri advertisement entirely.

The new transfer.bundleURI config option defaults to 'false', but a user
can set it to 'true' to enable checking for bundle URIs from the origin
Git server using protocol v2.

Co-authored-by: Derrick Stolee <derrickstolee@github.com>
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Derrick Stolee <derrickstolee@github.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config/transfer.txt
t/lib-bundle-uri-protocol.sh
transport.c