* [PATCH] urls.txt: avoid auto converting to hyperlink
@ 2013-05-24 15:44 Nguyễn Thái Ngọc Duy
2013-05-24 17:55 ` Junio C Hamano
0 siblings, 1 reply; 2+ messages in thread
From: Nguyễn Thái Ngọc Duy @ 2013-05-24 15:44 UTC (permalink / raw)
To: git; +Cc: Nguyễn Thái Ngọc Duy
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>
---
Documentation/urls.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/urls.txt b/Documentation/urls.txt
index 3ca122f..60ba300 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
--
1.8.2.83.gc99314b
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] urls.txt: avoid auto converting to hyperlink
2013-05-24 15:44 [PATCH] urls.txt: avoid auto converting to hyperlink Nguyễn Thái Ngọc Duy
@ 2013-05-24 17:55 ` Junio C Hamano
0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2013-05-24 17:55 UTC (permalink / raw)
To: Nguyễn Thái Ngọc Duy; +Cc: git
Thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-05-24 17:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-24 15:44 [PATCH] urls.txt: avoid auto converting to hyperlink Nguyễn Thái Ngọc Duy
2013-05-24 17:55 ` Junio C Hamano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox