Skip to content

Commit 0f1930c

Browse files
committed
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
2 parents 037f067 + 757ff35 commit 0f1930c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Documentation/git-sparse-checkout.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ NAME
55
----
66
git-sparse-checkout - Initialize and modify the sparse-checkout
77
configuration, which reduces the checkout to a set of paths
8-
given by a list of atterns.
8+
given by a list of patterns.
99

1010

1111
SYNOPSIS

cache.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -958,8 +958,8 @@ extern int protect_hfs;
958958
extern int protect_ntfs;
959959
extern const char *core_fsmonitor;
960960

961-
int core_apply_sparse_checkout;
962-
int core_sparse_checkout_cone;
961+
extern int core_apply_sparse_checkout;
962+
extern int core_sparse_checkout_cone;
963963

964964
/*
965965
* Include broken refs in all ref iterations, which will

0 commit comments

Comments
 (0)