From: Nguyễn Thái Ngọc Duy Date: Fri, 24 May 2013 15:44:03 +0000 (+0700) Subject: urls.txt: avoid auto converting to hyperlink X-Git-Tag: v1.8.3.2~8^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4c32e361f6b5fcce037ebfff8b6e42622b3fe509;p=thirdparty%2Fgit.git 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 Signed-off-by: Junio C Hamano --- 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