summaryrefslogtreecommitdiff
path: root/Documentation/git-read-tree.txt
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2009-08-20 13:47:08 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-08-24 00:14:41 (GMT)
commit08aefc9e47eb2eaf231352223c939d69b0fb3759 (patch)
tree3975ee3df946e6f1d1e360ffd7204faba53bb826 /Documentation/git-read-tree.txt
parent35a5aa79d040e2121b6f6bbb17b173f4644699e3 (diff)
downloadgit-08aefc9e47eb2eaf231352223c939d69b0fb3759.zip
git-08aefc9e47eb2eaf231352223c939d69b0fb3759.tar.gz
git-08aefc9e47eb2eaf231352223c939d69b0fb3759.tar.bz2
unpack-trees(): "enable" sparse checkout and load $GIT_DIR/info/sparse-checkout
This patch introduces core.sparseCheckout, which will control whether sparse checkout support is enabled in unpack_trees() It also loads sparse-checkout file that will be used in the next patch. I split it out so the next patch will be shorter, easier to read. 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 'Documentation/git-read-tree.txt')
-rw-r--r--Documentation/git-read-tree.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/git-read-tree.txt b/Documentation/git-read-tree.txt
index 8b39716..fc3f08b 100644
--- a/Documentation/git-read-tree.txt
+++ b/Documentation/git-read-tree.txt
@@ -401,7 +401,9 @@ follows:
----------------
Then you can disable sparse checkout. Sparse checkout support in "git
-read-tree" and similar commands is disabled by default.
+read-tree" and similar commands is disabled by default. You need to
+turn `core.sparseCheckout` on in order to have sparse checkout
+support.
SEE ALSO