Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
urls.txt: avoid auto converting to hyperlink
author
Nguyễn Thái Ngọc Duy
<pclouds@gmail.com>
Fri, 24 May 2013 15:44:03 +0000
(22:44 +0700)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 24 May 2013 17:55:37 +0000
(10:55 -0700)
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>
Documentation/urls.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
92758dd
)
diff --git
a/Documentation/urls.txt
b/Documentation/urls.txt
index 3ca122faedd01cfbd61bf07dbc245b04f40f2b23..60ba30011773804a04d5236a4917382615120cfe 100644
(file)
--- 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