From: Ævar Arnfjörð Bjarmason Date: Tue, 18 Sep 2018 05:34:49 +0000 (+0000) Subject: config doc: add missing list separator for checkout.optimizeNewBranch X-Git-Tag: v2.20.0-rc0~226^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=60129c61e55fa5567d8b7ebe21b607e363330f07;p=thirdparty%2Fgit.git config doc: add missing list separator for checkout.optimizeNewBranch The documentation added in fa655d8411 ("checkout: optimize "git checkout -b "", 2018-08-16) didn't add the double-colon needed for the labeled list separator, as a result the added documentation all got squashed into one paragraph. Fix that by adding the list separator. Signed-off-by: Ævar Arnfjörð Bjarmason Signed-off-by: Junio C Hamano --- diff --git a/Documentation/config.txt b/Documentation/config.txt index 1a2deeaf20..139f55210f 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -1101,7 +1101,7 @@ browser..path:: browse HTML help (see `-w` option in linkgit:git-help[1]) or a working repository in gitweb (see linkgit:git-instaweb[1]). -checkout.optimizeNewBranch +checkout.optimizeNewBranch:: Optimizes the performance of "git checkout -b " when using sparse-checkout. When set to true, git will not update the repo based on the current sparse-checkout settings. This means it