diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-06-05 14:56:51 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-06-05 14:56:51 -0700 |
commit | 57a00bf6042e429883c177e94f3a5d7cc7e9e8ad (patch) | |
tree | e77485443f238e168fe8bbfe34acd3ddbd4f0b49 | |
parent | Merge branch 'tr/push-no-verify-doc' (diff) | |
parent | urls.txt: avoid auto converting to hyperlink (diff) | |
download | tgif-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.txt | 2 |
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 |