Code

Mention the [user@] part in documentation of ssh:// urls.
authorYakov Lerner <iler.ml@gmail.com>
Tue, 11 Jul 2006 21:02:00 +0000 (21:02 +0000)
committerJunio C Hamano <junkio@cox.net>
Tue, 11 Jul 2006 19:39:09 +0000 (12:39 -0700)
Signed-off-by: Yakov Lerner <iler.ml@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/urls.txt

index d60b37147a562ead9cadf3856878728443fa2dce..9abec806d9908ab28518e24b32c40eb0701e3c3d 100644 (file)
@@ -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