Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jc/maint-doc-git-add-example' into maint
author
Junio C Hamano
<gitster@pobox.com>
Mon, 8 Feb 2010 20:13:56 +0000
(12:13 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 8 Feb 2010 20:13:56 +0000
(12:13 -0800)
* jc/maint-doc-git-add-example:
git-add documentation: Fix shell quoting example
Documentation/git-add.txt
patch
|
blob
|
history
raw
(from parent 1:
fe12d8e
)
diff --git
a/Documentation/git-add.txt
b/Documentation/git-add.txt
index 1f1b19996baa34b20bf08f4eb2889403cbc4c45d..d0b279b829526fa277f51b9e03c1dee1e2abac07 100644
(file)
--- a/
Documentation/git-add.txt
+++ b/
Documentation/git-add.txt
@@
-153,7
+153,7
@@
EXAMPLES
and its subdirectories:
+
------------
-$ git add Documentation/\
\
*.txt
+$ git add Documentation/\*.txt
------------
+
Note that the asterisk `\*` is quoted from the shell in this