From: Jeff King Date: Fri, 24 Jan 2020 21:19:35 +0000 (+0000) Subject: sparse-checkout: fix documentation typo for core.sparseCheckoutCone X-Git-Tag: v2.26.0-rc0~56^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7aa9ef2fcaa986d7f11064adab6d1c010d4f2ead;p=thirdparty%2Fgit.git sparse-checkout: fix documentation typo for core.sparseCheckoutCone Signed-off-by: Jeff King Signed-off-by: Derrick Stolee Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-sparse-checkout.txt b/Documentation/git-sparse-checkout.txt index 3b341cf0fc..4834fb434d 100644 --- a/Documentation/git-sparse-checkout.txt +++ b/Documentation/git-sparse-checkout.txt @@ -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 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 -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: