summaryrefslogtreecommitdiff
path: root/builtin-check-attr.c
diff options
context:
space:
mode:
authorLibravatar Nguyễn Thái Ngọc Duy <pclouds@gmail.com>2009-08-20 20:47:05 +0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2009-08-23 17:13:33 -0700
commited5336a7541e19b267de53afc8d15cffdbde8286 (patch)
tree941e9dca8b8035ec1cc762d80f1d526a36afb723 /builtin-check-attr.c
parentdir.c: export excluded_1() and add_excludes_from_file_1() (diff)
downloadtgif-ed5336a7541e19b267de53afc8d15cffdbde8286.tar.xz
Introduce "sparse checkout"
With skip-worktree bit, you can manually set it to unwanted files, then remove them: you would have the so-called sparse checkout. The disadvantages are: - Porcelain tools are not aware of this. Everytime you do an operation that may update working directory, skip-worktree may be cleared out. You have to set them again. - You still have to remove skip-worktree'd files manually, which is boring and ineffective. These will be addressed in the following patches. This patch gives an idea what is "sparse checkout" in Documentation/git-read-tree.txt. This file is chosen instead of git-checkout.txt because it is quite technical and user-unfriendly. I'd expect git-checkout.txt to have something when Porcelain support is done. Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin-check-attr.c')
0 files changed, 0 insertions, 0 deletions