config doc: add missing list separator for checkout.optimizeNewBranch
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Tue, 18 Sep 2018 05:34:49 +0000 (05:34 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 19 Sep 2018 19:40:11 +0000 (12:40 -0700)
The documentation added in fa655d8411 ("checkout: optimize "git
checkout -b <new_branch>"", 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 <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
index 1a2deeaf20811f23fb346e52cf99b4bdbedf9bf0..139f55210ff2f2a47250647faf921d1ed9672ddb 100644 (file)
@@ -1101,7 +1101,7 @@ browser.<tool>.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 <new_branch>" when
        using sparse-checkout.  When set to true, git will not update the
        repo based on the current sparse-checkout settings.  This means it