Skip to content

Commit

Permalink
Mention the [user@] part in documentation of ssh:// urls.
Browse files Browse the repository at this point in the history
Signed-off-by: Yakov Lerner <iler.ml@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Yakov Lerner authored and Junio C Hamano committed Jul 11, 2006
1 parent 8ff99e7 commit c3f1706
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Documentation/urls.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c3f1706

Please sign in to comment.