summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2013-06-05 14:56:51 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2013-06-05 14:56:51 -0700
commit57a00bf6042e429883c177e94f3a5d7cc7e9e8ad (patch)
treee77485443f238e168fe8bbfe34acd3ddbd4f0b49
parentMerge branch 'tr/push-no-verify-doc' (diff)
parenturls.txt: avoid auto converting to hyperlink (diff)
downloadtgif-57a00bf6042e429883c177e94f3a5d7cc7e9e8ad.tar.xz
Merge branch 'nd/urls-doc-no-file-hyperlink-fix'
* 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 476e3381c5..5e185f87c2 100644
--- a/Documentation/urls.txt
+++ b/Documentation/urls.txt
@@ -39,7 +39,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