aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/config.txt
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2018-09-18 05:34:49 +0000
committerJunio C Hamano <gitster@pobox.com>2018-09-19 12:40:11 -0700
commit60129c61e55fa5567d8b7ebe21b607e363330f07 (patch)
tree3317cb882e007a1f8bdeedec32d4995a2b57706b /Documentation/config.txt
parentfa655d8411cc2d7ffcf898e53a1493c737d7de68 (diff)
downloadgit-60129c61e55fa5567d8b7ebe21b607e363330f07.tar.gz
config doc: add missing list separator for checkout.optimizeNewBranch
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>
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r--Documentation/config.txt2
1 files changed, 1 insertions, 1 deletions
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.<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