aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/config
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-07-27 09:16:53 -0700
committerJunio C Hamano <gitster@pobox.com>2022-07-27 09:16:53 -0700
commit6a591a31732939012211e57b124f925077ef92c6 (patch)
treec6a4281a8aba13e00f8df5a07557ad9f0e3f3847 /Documentation/config
parent7787a6c3ee289e2e628637b5e76c6edc36cd5eba (diff)
parentae436f283c05824874a0c8a534eee8950de4f740 (diff)
downloadgit-6a591a31732939012211e57b124f925077ef92c6.tar.gz
Merge branch 'ma/sparse-checkout-cone-doc-fix'
Docfix. * ma/sparse-checkout-cone-doc-fix: config/core.txt: fix minor issues for `core.sparseCheckoutCone`
Diffstat (limited to 'Documentation/config')
-rw-r--r--Documentation/config/core.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/config/core.txt b/Documentation/config/core.txt
index 3ea3124f7f..37afbaf5a4 100644
--- a/Documentation/config/core.txt
+++ b/Documentation/config/core.txt
@@ -722,8 +722,8 @@ core.sparseCheckout::
core.sparseCheckoutCone::
Enables the "cone mode" of the sparse checkout feature. When the
sparse-checkout file contains a limited set of patterns, this
- mode provides significant performance advantages. The "non
- cone mode" can be requested to allow specifying a more flexible
+ mode provides significant performance advantages. The "non-cone
+ mode" can be requested to allow specifying more flexible
patterns by setting this variable to 'false'. See
linkgit:git-sparse-checkout[1] for more information.