My Various Git Projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4414358
)
Documentation/git-sparse-checkout.txt: fix a typo
author
Taylor Blau
<me@ttaylorr.com>
Thu, 2 Jan 2020 22:51:40 +0000
(15:51 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Sat, 4 Jan 2020 22:40:29 +0000
(14:40 -0800)
This typo was introduced in
94c0956b60
(sparse-checkout: create builtin
with 'list' subcommand, 2019-11-21).
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Acked-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-sparse-checkout.txt
patch
|
blob
|
history
diff --git
a/Documentation/git-sparse-checkout.txt
b/Documentation/git-sparse-checkout.txt
index
9c3c66c
..
a3c920f
100644
(file)
--- 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
p
atterns.
SYNOPSIS