push: support signing pushes iff the server supports it
[gitweb.git] / Documentation / git-tag.txt
index 0ce10ca4a796632f9e50546b18af735bed7b545c..034d10d633c343b17a83879b00aae3ba2a98a388 100644 (file)
@@ -158,13 +158,13 @@ This option is only applicable when listing tags without annotation lines.
 CONFIGURATION
 -------------
 By default, 'git tag' in sign-with-default mode (-s) will use your
-committer identity (of the form "Your Name <\your@email.address>") to
+committer identity (of the form `Your Name <your@email.address>`) to
 find a key.  If you want to use a different default key, you can specify
 it in the repository configuration as follows:
 
 -------------------------------------
 [user]
-    signingkey = <gpg-key-id>
+    signingKey = <gpg-key-id>
 -------------------------------------