git-read-tree.txt: correct sparse-checkout and skip-worktree description
commit1f1f575ebe194d2711f70bf7fc4e1ad9ae136112
authorMichael J Gruber <git@drmicha.warpmail.net>
Wed, 21 Sep 2011 07:48:38 +0000 (21 09:48 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Sep 2011 22:05:53 +0000 (21 15:05 -0700)
treebfabf8e827b0f436590a30c696da0e76712a7386
parentcc1a2b66e9c28ab77ceb122e21222d9c08228259
git-read-tree.txt: correct sparse-checkout and skip-worktree description

The description of .git/info/sparse-checkout and
skip-worktree is exactly the opposite of what is true, which is:

If a file matches a pattern in sparse-checkout, then (it is to be
checked out and therefore) skip-worktree is unset for that file;
otherwise, it is set (so that it is not checked out).

Currently, the opposite is documented, and (consistently) read-tree's
behavior with respect to bit flips is descibed incorrectly.

Fix it.

In hindsight, it would have been much better to have a "sparse-ignore"
or "sparse-skip" file so that an empty file would mean a full checkout,
and the file logic would be analogous to that of .gitignore, excludes
and skip-worktree.

Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-read-tree.txt