Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-add documentation: Fix shell quoting example
[gitweb.git]
/
Documentation
/
git-add.txt
diff --git
a/Documentation/git-add.txt
b/Documentation/git-add.txt
index 2eabbc8f7cf56040bb57c5f5ee3570c63fedc166..f14319a7403ec301419ec65c1c796aa419e1c406 100644
(file)
--- a/
Documentation/git-add.txt
+++ b/
Documentation/git-add.txt
@@
-103,7
+103,7
@@
EXAMPLES
and its subdirectories:
+
------------
-$ git add Documentation/\
\
*.txt
+$ git add Documentation/\*.txt
------------
+
Note that the asterisk `\*` is quoted from the shell in this