Browse Source

Merge branch 'jc/maint-doc-git-add-example' into maint

* jc/maint-doc-git-add-example:
  git-add documentation: Fix shell quoting example
maint
Junio C Hamano 15 years ago
parent
commit
35da43e9bb
  1. 2
      Documentation/git-add.txt

2
Documentation/git-add.txt

@ -153,7 +153,7 @@ EXAMPLES @@ -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

Loading…
Cancel
Save