aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/config
diff options
context:
space:
mode:
authorMartin Ågren <martin.agren@gmail.com>2022-07-18 12:05:30 +0200
committerJunio C Hamano <gitster@pobox.com>2022-07-18 09:39:20 -0700
commitae436f283c05824874a0c8a534eee8950de4f740 (patch)
tree98afd77c3269fc7579c1dece2eba30f66a2c85a7 /Documentation/config
parentbbea4dcf42b28eb7ce64a6306cdde875ae5d09ca (diff)
downloadgit-ae436f283c05824874a0c8a534eee8950de4f740.tar.gz
config/core.txt: fix minor issues for `core.sparseCheckoutCone`
The sparse checkout feature can be used in "cone mode" or "non-cone mode". In this one instance in the documentation, we refer to the latter as "non cone mode" with whitespace rather than a hyphen. Align this with the rest of our documentation. A few words later in the same paragraph, there's mention of "a more flexible patterns". Drop that leading "a" to fix the grammar. Signed-off-by: Martin Ågren <martin.agren@gmail.com> Acked-by: Derrick Stolee <derrickstolee@github.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 41e330f306..88bc799cf3 100644
--- a/Documentation/config/core.txt
+++ b/Documentation/config/core.txt
@@ -707,8 +707,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.