Code

git-read-tree.txt: update sparse checkout examples
[git.git] / Documentation / git-read-tree.txt
index 46a96f2313e0cb48bff9d5de26f403b35d327d2c..e9f4355d7db175efa6107e1bbb9985d94e0d8f82 100644 (file)
@@ -400,7 +400,7 @@ files are in. You can also specify what files are _not_ in, using
 negate patterns. For example, to remove file "unwanted":
 
 ----------------
-*
+/*
 !unwanted
 ----------------
 
@@ -412,7 +412,7 @@ directory with the `$GIT_DIR/info/sparse-checkout` file content as
 follows:
 
 ----------------
-*
+/*
 ----------------
 
 Then you can disable sparse checkout. Sparse checkout support in "git