We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 037f067 + 757ff35 commit 0f1930cCopy full SHA for 0f1930c
Documentation/git-sparse-checkout.txt
@@ -5,7 +5,7 @@ NAME
5
----
6
git-sparse-checkout - Initialize and modify the sparse-checkout
7
configuration, which reduces the checkout to a set of paths
8
-given by a list of atterns.
+given by a list of patterns.
9
10
11
SYNOPSIS
cache.h
@@ -958,8 +958,8 @@ extern int protect_hfs;
958
extern int protect_ntfs;
959
extern const char *core_fsmonitor;
960
961
-int core_apply_sparse_checkout;
962
-int core_sparse_checkout_cone;
+extern int core_apply_sparse_checkout;
+extern int core_sparse_checkout_cone;
963
964
/*
965
* Include broken refs in all ref iterations, which will
0 commit comments