Browse Source

urls.txt: avoid auto converting to hyperlink

file:///path/to/repo.git/ is converted to a hyperlink while others are
not. Put a backslash to avoid the conversion. Tested with asciidoc
8.6.5.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Nguyễn Thái Ngọc Duy 12 years ago committed by Junio C Hamano
parent
commit
4c32e361f6
  1. 2
      Documentation/urls.txt

2
Documentation/urls.txt

@ -33,7 +33,7 @@ For local repositories, also supported by Git natively, the following @@ -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

Loading…
Cancel
Save