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:
0edf06d
)
git-read-tree.txt: acknowledge the directory matching bug in sparse checkout
author
Nguyễn Thái Ngọc Duy
<pclouds@gmail.com>
Sun, 25 Jul 2010 09:30:32 +0000
(16:30 +0700)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 26 Jul 2010 06:14:18 +0000
(23:14 -0700)
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-read-tree.txt
patch
|
blob
|
history
diff --git
a/Documentation/git-read-tree.txt
b/Documentation/git-read-tree.txt
index
f6037c4
..
2e78da4
100644
(file)
--- a/
Documentation/git-read-tree.txt
+++ b/
Documentation/git-read-tree.txt
@@
-412,6
+412,13
@@
turn `core.sparseCheckout` on in order to have sparse checkout
support.
+BUGS
+----
+In order to match a directory with $GIT_DIR/info/sparse-checkout,
+trailing slash must be used. The form without trailing slash, while
+works with .gitignore, does not work with sparse checkout.
+
+
SEE ALSO
--------
linkgit:git-write-tree[1]; linkgit:git-ls-files[1];