git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] urls.txt: document optional port specification in git URLS
@ 2009-02-04 11:51 Stefan Naewe
  2009-02-04 18:09 ` Junio C Hamano
       [not found] ` <20090205080913.GB27983@ultras>
  0 siblings, 2 replies; 9+ messages in thread
From: Stefan Naewe @ 2009-02-04 11:51 UTC (permalink / raw)
  To: git; +Cc: gitster, Stefan Naewe

Signed-off-by: Stefan Naewe <stefan.naewe@atlas-elektronik.com>
---
 Documentation/urls.txt |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/urls.txt b/Documentation/urls.txt
index fa34c67..c74f00b 100644
--- a/Documentation/urls.txt
+++ b/Documentation/urls.txt
@@ -8,8 +8,8 @@ to name the remote repository:
 - rsync://host.xz/path/to/repo.git/
 - http://host.xz/path/to/repo.git/
 - https://host.xz/path/to/repo.git/
-- git://host.xz/path/to/repo.git/
-- git://host.xz/~user/path/to/repo.git/
+- git://host.xz{startsb}:port{endsb}/path/to/repo.git/
+- git://host.xz{startsb}:port{endsb}/~user/path/to/repo.git/
 - ssh://{startsb}user@{endsb}host.xz{startsb}:port{endsb}/path/to/repo.git/
 - ssh://{startsb}user@{endsb}host.xz/path/to/repo.git/
 - ssh://{startsb}user@{endsb}host.xz/~user/path/to/repo.git/
-- 
1.6.1.2

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2009-02-05  9:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-04 11:51 [PATCH] urls.txt: document optional port specification in git URLS Stefan Naewe
2009-02-04 18:09 ` Junio C Hamano
2009-02-04 20:49   ` [PATCH v2] " Stefan Naewe
2009-02-04 20:53     ` Junio C Hamano
2009-02-04 21:02       ` Stefan Näwe
2009-02-04 21:05         ` Junio C Hamano
     [not found] ` <20090205080913.GB27983@ultras>
2009-02-05  8:36   ` [PATCH] " Nicolas Sebrecht
2009-02-05  9:12     ` Marius Storm-Olsen
2009-02-05  8:41   ` Stefan Naewe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).