Skip to content

Commit ae436f2

Browse files
Martin Ågrengitster
authored andcommitted
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 <[email protected]> Acked-by: Derrick Stolee <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent bbea4dc commit ae436f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/config/core.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -707,8 +707,8 @@ core.sparseCheckout::
707707
core.sparseCheckoutCone::
708708
Enables the "cone mode" of the sparse checkout feature. When the
709709
sparse-checkout file contains a limited set of patterns, this
710-
mode provides significant performance advantages. The "non
711-
cone mode" can be requested to allow specifying a more flexible
710+
mode provides significant performance advantages. The "non-cone
711+
mode" can be requested to allow specifying more flexible
712712
patterns by setting this variable to 'false'. See
713713
linkgit:git-sparse-checkout[1] for more information.
714714

0 commit comments

Comments
 (0)