Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'nd/sparse-doc' into maint-1.7.6
author
Junio C Hamano
<gitster@pobox.com>
Wed, 26 Oct 2011 23:09:04 +0000
(16:09 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 26 Oct 2011 23:09:04 +0000
(16:09 -0700)
* nd/sparse-doc:
git-read-tree.txt: update sparse checkout examples
Documentation/git-read-tree.txt
patch
|
blob
|
history
raw
(from parent 1:
df9701e
)
diff --git
a/Documentation/git-read-tree.txt
b/Documentation/git-read-tree.txt
index 1bd0317a42e587a28ae39b26da38889275bfd058..5375549820bd6b9fecf3540b1e60ae50e74da0e6 100644
(file)
--- 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