summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-07-14 04:48:45 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-07-14 04:48:45 (GMT)
commit8d5e26848d0ddd5063f078b0c34c6c48b68d0d94 (patch)
tree6b939db5a1cd2f016612b94ec9dd3bc5ddf2de97 /Documentation
parent855409296d74d3e53fdaa3cdefd1171e4c950fab (diff)
downloadgit-8d5e26848d0ddd5063f078b0c34c6c48b68d0d94.zip
git-8d5e26848d0ddd5063f078b0c34c6c48b68d0d94.tar.gz
git-8d5e26848d0ddd5063f078b0c34c6c48b68d0d94.tar.bz2
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>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/urls.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/urls.txt b/Documentation/urls.txt
index 9abec80..93378d2 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