aboutsummaryrefslogtreecommitdiff
path: root/diffcore-delta.c
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2009-08-20 20:47:05 +0700
committerJunio C Hamano <gitster@pobox.com>2009-08-23 17:13:33 -0700
commited5336a7541e19b267de53afc8d15cffdbde8286 (patch)
tree941e9dca8b8035ec1cc762d80f1d526a36afb723 /diffcore-delta.c
parentcb097534230a6bd7438e19ce6dff719697cbf983 (diff)
downloadgit-ed5336a7541e19b267de53afc8d15cffdbde8286.tar.gz
git-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 'diffcore-delta.c')
0 files changed, 0 insertions, 0 deletions