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 /Documentation/urls.txt | |
parent | 3f261c092fc2c1d1b9c47c5118db141bd37a7709 (diff) | |
parent | 4c32e361f6b5fcce037ebfff8b6e42622b3fe509 (diff) | |
download | git-57a00bf6042e429883c177e94f3a5d7cc7e9e8ad.tar.gz |
Merge branch 'nd/urls-doc-no-file-hyperlink-fix'
* nd/urls-doc-no-file-hyperlink-fix:
urls.txt: avoid auto converting to hyperlink
Diffstat (limited to 'Documentation/urls.txt')
-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 |