aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-read-tree.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-10-26 16:09:04 -0700
committerJunio C Hamano <gitster@pobox.com>2011-10-26 16:09:04 -0700
commit139088b78b2b501d77a48d1d00b3b53ca16821e0 (patch)
tree12fd97a78667a84fd4716a8647b465138fb558b8 /Documentation/git-read-tree.txt
parentdf9701e28c5bae14d53585569e0bad561d36500e (diff)
parent5e82123197229d823a5838126dce20f33f82fe27 (diff)
downloadgit-139088b78b2b501d77a48d1d00b3b53ca16821e0.tar.gz
Merge branch 'nd/sparse-doc' into maint-1.7.6
* nd/sparse-doc: git-read-tree.txt: update sparse checkout examples
Diffstat (limited to 'Documentation/git-read-tree.txt')
-rw-r--r--Documentation/git-read-tree.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-read-tree.txt b/Documentation/git-read-tree.txt
index 1bd0317a42..5375549820 100644
--- a/Documentation/git-read-tree.txt
+++ b/Documentation/git-read-tree.txt
@@ -401,7 +401,7 @@ files are in, you can also specify what files are _not_ in, using
negate patterns. For example, to remove the file `unwanted`:
----------------
-*
+/*
!unwanted
----------------
@@ -413,7 +413,7 @@ directory with the `$GIT_DIR/info/sparse-checkout` file content as
follows:
----------------
-*
+/*
----------------
Then you can disable sparse checkout. Sparse checkout support in 'git