From: Yakov Lerner Date: Tue, 11 Jul 2006 21:02:00 +0000 (+0000) Subject: Mention the [user@] part in documentation of ssh:// urls. X-Git-Tag: v1.4.2-rc1~40 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c3f17061;p=git.git Mention the [user@] part in documentation of ssh:// urls. Signed-off-by: Yakov Lerner Signed-off-by: Junio C Hamano --- diff --git a/Documentation/urls.txt b/Documentation/urls.txt index d60b37147..9abec806d 100644 --- a/Documentation/urls.txt +++ b/Documentation/urls.txt @@ -10,9 +10,9 @@ to name the remote repository: - https://host.xz/path/to/repo.git/ - git://host.xz/path/to/repo.git/ - git://host.xz/~user/path/to/repo.git/ -- ssh://host.xz/path/to/repo.git/ -- ssh://host.xz/~user/path/to/repo.git/ -- ssh://host.xz/~/path/to/repo.git +- ssh://[user@]host.xz/path/to/repo.git/ +- ssh://[user@]host.xz/~user/path/to/repo.git/ +- ssh://[user@]host.xz/~/path/to/repo.git =============================================================== SSH Is the default transport protocol and also supports an