aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/urls.txt
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2013-05-24 22:44:03 +0700
committerJunio C Hamano <gitster@pobox.com>2013-05-24 10:55:37 -0700
commit4c32e361f6b5fcce037ebfff8b6e42622b3fe509 (patch)
tree55818e1916cd3f8134ef58ee1d551541cf3a1ba3 /Documentation/urls.txt
parent92758dd2a2de94c90c0697ef0e8174c3543a47f9 (diff)
downloadgit-4c32e361f6b5fcce037ebfff8b6e42622b3fe509.tar.gz
urls.txt: avoid auto converting to hyperlink
file:///path/to/repo.git/ is converted to a hyperlink while others are not. Put a backslash to avoid the conversion. Tested with asciidoc 8.6.5. Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/urls.txt')
-rw-r--r--Documentation/urls.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/urls.txt b/Documentation/urls.txt
index 3ca122faed..60ba300117 100644
--- a/Documentation/urls.txt
+++ b/Documentation/urls.txt
@@ -33,7 +33,7 @@ For local repositories, also supported by Git natively, the following
syntaxes may be used:
- /path/to/repo.git/
-- file:///path/to/repo.git/
+- \file:///path/to/repo.git/
ifndef::git-clone[]
These two syntaxes are mostly equivalent, except when cloning, when