Skip to content

Commit 7aa9ef2

Browse files
peffgitster
authored andcommitted
sparse-checkout: fix documentation typo for core.sparseCheckoutCone
Signed-off-by: Jeff King <[email protected]> Signed-off-by: Derrick Stolee <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 47dbf10 commit 7aa9ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-sparse-checkout.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ The full pattern set allows for arbitrary pattern matches and complicated
106106
inclusion/exclusion rules. These can result in O(N*M) pattern matches when
107107
updating the index, where N is the number of patterns and M is the number
108108
of paths in the index. To combat this performance issue, a more restricted
109-
pattern set is allowed when `core.spareCheckoutCone` is enabled.
109+
pattern set is allowed when `core.sparseCheckoutCone` is enabled.
110110

111111
The accepted patterns in the cone pattern set are:
112112

0 commit comments

Comments
 (0)