Code

Merge branch 'fk/maint-cvsimport-early-failure'
[git.git] / Documentation / git-read-tree.txt
index e88e9c2d55d19844ca56bc2d5b7b683e329b6fb8..26fdadc642a3534c4005488cb9ca2b2a47a495a1 100644 (file)
@@ -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 <torvalds@osdl.org>
-
-Documentation
---------------
-Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
-
 GIT
 ---
 Part of the linkgit:git[1] suite