Code

Merge branch 'jc/maint-doc-em-dash'
[git.git] / Documentation / git-add.txt
index a008f7e448ce58e3af5798d8c8f72088029b2a19..73378b2bef8405f54c661e8c9745057b5b243f4d 100644 (file)
@@ -157,14 +157,14 @@ those in info/exclude.  See linkgit:gitrepository-layout[5].
 EXAMPLES
 --------
 
-* Adds content from all `\*.txt` files under `Documentation` directory
+* Adds content from all `*.txt` files under `Documentation` directory
 and its subdirectories:
 +
 ------------
 $ git add Documentation/\*.txt
 ------------
 +
-Note that the asterisk `\*` is quoted from the shell in this
+Note that the asterisk `*` is quoted from the shell in this
 example; this lets the command include the files from
 subdirectories of `Documentation/` directory.