summaryrefslogtreecommitdiffstats
path: root/Documentation/git-sparse-checkout.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-01-06 23:17:51 +0100
committerJunio C Hamano <gitster@pobox.com>2020-01-06 23:17:51 +0100
commit0f1930cd1bf18bbd807e31c2c6c97579ee5905c3 (patch)
tree98fc19650f1d493442ece22d0024825f9d97ed0d /Documentation/git-sparse-checkout.txt
parentMerge branch 'ds/commit-graph-set-size-mult' (diff)
parentDocumentation/git-sparse-checkout.txt: fix a typo (diff)
downloadgit-0f1930cd1bf18bbd807e31c2c6c97579ee5905c3.tar.xz
git-0f1930cd1bf18bbd807e31c2c6c97579ee5905c3.zip
Merge branch 'ds/sparse-cone'
Code cleanup. * ds/sparse-cone: Documentation/git-sparse-checkout.txt: fix a typo sparse-checkout: use extern for global variables
Diffstat (limited to 'Documentation/git-sparse-checkout.txt')
-rw-r--r--Documentation/git-sparse-checkout.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-sparse-checkout.txt b/Documentation/git-sparse-checkout.txt
index 3b341cf0fc..974ade2238 100644
--- a/Documentation/git-sparse-checkout.txt
+++ b/Documentation/git-sparse-checkout.txt
@@ -5,7 +5,7 @@ NAME
----
git-sparse-checkout - Initialize and modify the sparse-checkout
configuration, which reduces the checkout to a set of paths
-given by a list of atterns.
+given by a list of patterns.
SYNOPSIS