diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-08-22 20:09:00 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-08-22 20:09:00 +0200 |
commit | 97b279595a14b51b1ba8780b9da5f80b5891bfad (patch) | |
tree | f6b42c6844883c9b2185ef15da1eb700093a1c88 | |
parent | typo (diff) | |
download | using-git-97b279595a14b51b1ba8780b9da5f80b5891bfad.tar.gz using-git-97b279595a14b51b1ba8780b9da5f80b5891bfad.tar.bz2 using-git-97b279595a14b51b1ba8780b9da5f80b5891bfad.tar.xz |
wildcards
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | using-git.texinfo | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/using-git.texinfo b/using-git.texinfo index 7cea7d4..daa979c 100644 --- a/using-git.texinfo +++ b/using-git.texinfo @@ -1210,6 +1210,7 @@ command. @menu * First things first:: +* Wildcards:: @end menu @@ -1229,6 +1230,20 @@ in scripts that takes random user-input. +@node Wildcards +@section Wildcards + +Many Git commands allow wildcards in +paths. These commands will expand +wildcards in the arguments just a +the shell. To avoid problems, never +use characters in paths that are +used in the shell for wildcards +and expansions... yeah, I know, it +is annoying. + + + @node Glossary @appendix Glossary |