Skip to content

Commit

Permalink
urls.txt: avoid auto converting to hyperlink
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Nguyễn Thái Ngọc Duy authored and Junio C Hamano committed May 24, 2013
1 parent 92758dd commit 4c32e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/urls.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c32e36

Please sign in to comment.