Merge branch 'nd/urls-doc-no-file-hyperlink-fix'
authorJunio C Hamano <gitster@pobox.com>
Wed, 5 Jun 2013 21:56:51 +0000 (14:56 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 5 Jun 2013 21:56:51 +0000 (14:56 -0700)
* nd/urls-doc-no-file-hyperlink-fix:
urls.txt: avoid auto converting to hyperlink

1  2 
Documentation/urls.txt
diff --combined Documentation/urls.txt
index 476e3381c5d40725910bee7fd9d35e7b007ac253,60ba30011773804a04d5236a4917382615120cfe..5e185f87c20a2124a7fb9bf2046f6035942b4f92
@@@ -23,12 -23,6 +23,12 @@@ An alternative scp-like syntax may als
  
  - {startsb}user@{endsb}host.xz:path/to/repo.git/
  
 +This syntax is only recognized if there are no slashes before the
 +first colon. This helps differentiate a local path that contains a
 +colon. For example the local path `foo:bar` could be specified as an
 +absolute path or `./foo:bar` to avoid being misinterpreted as an ssh
 +url.
 +
  The ssh and git protocols additionally support ~username expansion:
  
  - ssh://{startsb}user@{endsb}host.xz{startsb}:port{endsb}/~{startsb}user{endsb}/path/to/repo.git/
@@@ -39,7 -33,7 +39,7 @@@ For local repositories, also supported 
  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