diff options
author | Junio C Hamano <junkio@cox.net> | 2006-07-13 21:48:45 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-07-13 21:48:45 -0700 |
commit | 8d5e26848d0ddd5063f078b0c34c6c48b68d0d94 (patch) | |
tree | 6b939db5a1cd2f016612b94ec9dd3bc5ddf2de97 | |
parent | 855409296d74d3e53fdaa3cdefd1171e4c950fab (diff) | |
download | git-8d5e26848d0ddd5063f078b0c34c6c48b68d0d94.tar.gz git-8d5e26848d0ddd5063f078b0c34c6c48b68d0d94.tar.xz |
Documentation: Fix ssh://[user@]host.xz URL
Earlier commit c3f17061 broke asciidoc markup.
Noticed by Alp Toker with a fix, but fixed up in a way with smaller
formatting impact.
Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r-- | Documentation/urls.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/urls.txt b/Documentation/urls.txt index 9abec806d..93378d237 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://[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://+++[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 |