summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-06-27 14:38:12 -0700
committerJunio C Hamano <gitster@pobox.com>2013-06-27 14:38:12 -0700
commitfc78791b7c2cb17a461e7881ee4585b3eafda4b6 (patch)
tree43422f424856ada0dcc30b360946d781a7f43f16
parent1ec379fff8ea033a9d48a4e8006fc0f7aa8830a5 (diff)
parent4c32e361f6b5fcce037ebfff8b6e42622b3fe509 (diff)
downloadgit-fc78791b7c2cb17a461e7881ee4585b3eafda4b6.tar.gz
Merge branch 'nd/urls-doc-no-file-hyperlink-fix' into maint
* nd/urls-doc-no-file-hyperlink-fix: urls.txt: avoid auto converting to hyperlink
-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