diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-06-27 14:38:12 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-06-27 14:38:12 -0700 |
commit | fc78791b7c2cb17a461e7881ee4585b3eafda4b6 (patch) | |
tree | 43422f424856ada0dcc30b360946d781a7f43f16 /Documentation | |
parent | Merge branch 'tr/push-no-verify-doc' into maint (diff) | |
parent | urls.txt: avoid auto converting to hyperlink (diff) | |
download | tgif-fc78791b7c2cb17a461e7881ee4585b3eafda4b6.tar.xz |
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
Diffstat (limited to 'Documentation')
-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 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 |