From d595bdc17f65f6503e18669b055d05bd500788d3 Mon Sep 17 00:00:00 2001 From: Jeff King Date: Wed, 13 May 2015 01:06:21 -0400 Subject: 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 Signed-off-by: Junio C Hamano --- Documentation/git-tag.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation/git-tag.txt') 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 `) to find a key. If you want to use a different default key, you can specify it in the repository configuration as follows: -- cgit v1.3-5-g9baa