]> git.ipfire.org Git - thirdparty/git.git/commit - fetch-negotiator.c
repo-settings: rename the traditional default fetch.negotiationAlgorithm
authorElijah Newren <newren@gmail.com>
Wed, 2 Feb 2022 03:42:40 +0000 (03:42 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 2 Feb 2022 17:36:17 +0000 (09:36 -0800)
commit714edc620c7ddca5d54ff148ac27da6b67217012
treedfd2d301d4bca044f1843b087a5a20883a6e2dcd
parenta9a136c23223bf6b211db0746f3c9f6769deb833
repo-settings: rename the traditional default fetch.negotiationAlgorithm

Give the traditional default fetch.negotiationAlgorithm the name
'consecutive'.  Also allow a choice of 'default' to have Git decide
between the choices (currently, picking 'skipping' if
feature.experimental is true and 'consecutive' otherwise).  Update the
documentation accordingly.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config/fetch.txt
fetch-negotiator.c
repo-settings.c
repository.h
t/t5500-fetch-pack.sh