summaryrefslogtreecommitdiff
path: root/Documentation/git-http-backend.txt
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2015-05-13 05:06:21 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-05-13 05:14:46 (GMT)
commitd595bdc17f65f6503e18669b055d05bd500788d3 (patch)
tree7e964d80af8b8c999f81ed70f642314083cc8c72 /Documentation/git-http-backend.txt
parent4538a88256de1840a6e90cf68bd4a5eca5e7efe8 (diff)
downloadgit-d595bdc17f65f6503e18669b055d05bd500788d3.zip
git-d595bdc17f65f6503e18669b055d05bd500788d3.tar.gz
git-d595bdc17f65f6503e18669b055d05bd500788d3.tar.bz2
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-http-backend.txt')
-rw-r--r--Documentation/git-http-backend.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-http-backend.txt b/Documentation/git-http-backend.txt
index d422ba4..3ca18c4 100644
--- a/Documentation/git-http-backend.txt
+++ b/Documentation/git-http-backend.txt
@@ -65,8 +65,8 @@ automatically by the web server.
EXAMPLES
--------
-All of the following examples map 'http://$hostname/git/foo/bar.git'
-to '/var/www/git/foo/bar.git'.
+All of the following examples map `http://$hostname/git/foo/bar.git`
+to `/var/www/git/foo/bar.git`.
Apache 2.x::
Ensure mod_cgi, mod_alias, and mod_env are enabled, set