sparse-checkout: fix documentation typo for core.sparseCheckoutCone
Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Derrick Stolee <dstolee@microsoft.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
parent
47dbf10d8a
commit
7aa9ef2fca
|
@ -106,7 +106,7 @@ The full pattern set allows for arbitrary pattern matches and complicated
|
||||||
inclusion/exclusion rules. These can result in O(N*M) pattern matches when
|
inclusion/exclusion rules. These can result in O(N*M) pattern matches when
|
||||||
updating the index, where N is the number of patterns and M is the number
|
updating the index, where N is the number of patterns and M is the number
|
||||||
of paths in the index. To combat this performance issue, a more restricted
|
of paths in the index. To combat this performance issue, a more restricted
|
||||||
pattern set is allowed when `core.spareCheckoutCone` is enabled.
|
pattern set is allowed when `core.sparseCheckoutCone` is enabled.
|
||||||
|
|
||||||
The accepted patterns in the cone pattern set are:
|
The accepted patterns in the cone pattern set are:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue