From c3f17061be95de3498449a548e93883aebff23d6 Mon Sep 17 00:00:00 2001 From: Yakov Lerner Date: Tue, 11 Jul 2006 21:02:00 +0000 Subject: [PATCH] Mention the [user@] part in documentation of ssh:// urls. Signed-off-by: Yakov Lerner Signed-off-by: Junio C Hamano --- Documentation/urls.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/urls.txt b/Documentation/urls.txt index d60b37147a..9abec806d9 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 -- 2.11.4.GIT