X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-read-tree.txt;h=26fdadc642a3534c4005488cb9ca2b2a47a495a1;hb=936dfc220210bc00c7dc094250c9680620dab291;hp=e88e9c2d55d19844ca56bc2d5b7b683e329b6fb8;hpb=6a79be3e30a8682064ef91b9598642198cddef44;p=git.git diff --git a/Documentation/git-read-tree.txt b/Documentation/git-read-tree.txt index e88e9c2d5..26fdadc64 100644 --- a/Documentation/git-read-tree.txt +++ b/Documentation/git-read-tree.txt @@ -416,27 +416,11 @@ 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]; linkgit:gitignore[5] - -Author ------- -Written by Linus Torvalds - -Documentation --------------- -Documentation by David Greaves, Junio C Hamano and the git-list . - GIT --- Part of the linkgit:git[1] suite