diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-02-08 12:13:56 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-02-08 12:13:56 -0800 |
commit | 35da43e9bb4a5d7542c2ee27e0a3557ac921e3ab (patch) | |
tree | 3abc13ac160dc3630e28797223a56cb335eb8e02 /Documentation | |
parent | fe12d8e84f745303d64757307e9a6a81a6608018 (diff) | |
parent | bf7cbb2f043e4a989dacebe381841bcdbd75588b (diff) | |
download | git-35da43e9bb4a5d7542c2ee27e0a3557ac921e3ab.tar.gz |
Merge branch 'jc/maint-doc-git-add-example' into maint
* jc/maint-doc-git-add-example:
git-add documentation: Fix shell quoting example
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-add.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-add.txt b/Documentation/git-add.txt index 1f1b19996b..d0b279b829 100644 --- 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 |