summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-10-10 22:56:20 (GMT)
committerJunio C Hamano <gitster@pobox.com>2011-10-10 22:56:20 (GMT)
commitbf604e64fb505738eff2ef7b347635fcd93b776f (patch)
tree16f6454219eef49c0edcf100057820b743703a3b
parent2c5c66be6ecdd10f5a88c3548a1494bf9edf483a (diff)
parent5e82123197229d823a5838126dce20f33f82fe27 (diff)
downloadgit-bf604e64fb505738eff2ef7b347635fcd93b776f.zip
git-bf604e64fb505738eff2ef7b347635fcd93b776f.tar.gz
git-bf604e64fb505738eff2ef7b347635fcd93b776f.tar.bz2
Merge branch 'nd/sparse-doc'
* nd/sparse-doc: git-read-tree.txt: update sparse checkout examples
-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 1bd0317..5375549 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