From 60129c61e55fa5567d8b7ebe21b607e363330f07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Tue, 18 Sep 2018 05:34:49 +0000 Subject: [PATCH] config doc: add missing list separator for checkout.optimizeNewBranch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- Documentation/config.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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