diff options
author | Jeff King <peff@peff.net> | 2015-05-13 07:06:21 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-05-13 07:14:46 +0200 |
commit | d595bdc17f65f6503e18669b055d05bd500788d3 (patch) | |
tree | 7e964d80af8b8c999f81ed70f642314083cc8c72 /Documentation/git-tag.txt | |
parent | doc: drop backslash quoting of some curly braces (diff) | |
download | git-d595bdc17f65f6503e18669b055d05bd500788d3.tar.xz git-d595bdc17f65f6503e18669b055d05bd500788d3.zip |
doc: put example URLs and emails inside literal backticks
This makes sure that AsciiDoc does not turn them into links.
Regular AsciiDoc does not catch these cases, but AsciiDoctor
does treat them as links.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-tag.txt')
-rw-r--r-- | Documentation/git-tag.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-tag.txt b/Documentation/git-tag.txt index e953ba4439..01dc803fc2 100644 --- a/Documentation/git-tag.txt +++ b/Documentation/git-tag.txt @@ -155,7 +155,7 @@ 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: |