Skip to content

Commit

Permalink
git-read-tree.txt: acknowledge the directory matching bug in sparse c…
Browse files Browse the repository at this point in the history
…heckout

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Nguyễn Thái Ngọc Duy authored and Junio C Hamano committed Jul 26, 2010
1 parent 0edf06d commit cdad3c5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Documentation/git-read-tree.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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];
Expand Down

0 comments on commit cdad3c5

Please sign in to comment.