Files
git/Documentation
Michael J Gruber 1f1f575ebe 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>
2011-09-21 15:05:53 -07:00
..
2011-06-26 12:41:16 -07:00
2011-06-22 14:01:18 -07:00
2011-03-22 14:56:13 -07:00
2011-04-14 12:26:45 -07:00
2011-04-01 17:45:59 -07:00
2011-05-09 16:29:33 -07:00
2011-04-28 14:11:39 -07:00
2011-05-19 10:55:54 -07:00
2011-03-11 10:59:16 -05:00
2011-03-28 14:17:17 -07:00
2011-06-26 12:41:16 -07:00
2010-07-05 13:39:02 -07:00
2010-11-24 15:13:58 -08:00
2011-05-19 10:55:54 -07:00
2010-07-20 16:59:17 -07:00