From: Stefan Naewe <stefan.naewe@googlemail.com>
To: git@vger.kernel.org
Cc: gitster@pobox.com, Stefan Naewe <stefan.naewe+git@gmail.com>
Subject: [PATCH v2] urls.txt: document optional port specification in git URLS
Date: Wed, 4 Feb 2009 21:49:35 +0100 [thread overview]
Message-ID: <1233780575-20125-1-git-send-email-stefan.naewe+git@gmail.com> (raw)
In-Reply-To: <7vr62et6p4.fsf@gitster.siamese.dyndns.org>
Signed-off-by: Stefan Naewe <stefan.naewe+git@gmail.com>
---
Documentation/urls.txt | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Documentation/urls.txt b/Documentation/urls.txt
index fa34c67..5355ebc 100644
--- a/Documentation/urls.txt
+++ b/Documentation/urls.txt
@@ -6,10 +6,10 @@ 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/
+- http://host.xz{startsb}:port{endsb}/path/to/repo.git/
+- https://host.xz{startsb}:port{endsb}/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
next prev parent reply other threads:[~2009-02-04 20:51 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20090205080913.GB27983@ultras>
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 ` Stefan Naewe [this message]
2009-02-04 20:53 ` [PATCH v2] " Junio C Hamano
2009-02-04 21:02 ` Stefan Näwe
2009-02-04 21:05 ` Junio C Hamano
2009-02-05 8:36 ` [PATCH] " Nicolas Sebrecht
2009-02-05 9:12 ` Marius Storm-Olsen
2009-02-05 8:41 ` Stefan Naewe
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1233780575-20125-1-git-send-email-stefan.naewe+git@gmail.com \
--to=stefan.naewe@googlemail.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=stefan.naewe+git@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.