Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Mention the [user@] part in documentation of ssh:// urls.
author
Yakov Lerner
<iler.ml@gmail.com>
Tue, 11 Jul 2006 21:02:00 +0000
(21:02 +0000)
committer
Junio 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
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
8ff99e7
)
diff --git
a/Documentation/urls.txt
b/Documentation/urls.txt
index d60b37147a562ead9cadf3856878728443fa2dce..9abec806d9908ab28518e24b32c40eb0701e3c3d 100644
(file)
--- 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/
- 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
===============================================================
SSH Is the default transport protocol and also supports an