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 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 diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt index 1377008..11d1e2f 100644 --- a/Documentation/git-svn.txt +++ b/Documentation/git-svn.txt @@ -70,8 +70,8 @@ COMMANDS --username=;; For transports that SVN handles authentication for (http, https, and plain svn), specify the username. For other - transports (e.g. svn+ssh://), you must include the username in - the URL, e.g. svn+ssh://foo@svn.bar.com/project + transports (e.g. `svn+ssh://`), you must include the username in + the URL, e.g. `svn+ssh://foo@svn.bar.com/project` --prefix=;; This allows one to specify a prefix which is prepended to the names of remotes if trunk/branches/tags are diff --git a/Documentation/git-tag.txt b/Documentation/git-tag.txt index e953ba4..01dc803 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 v0.10.2-6-g49f6