author | Luben Tuikov <ltuikov@yahoo.com> | |
Sat, 1 Sep 2007 09:36:31 +0000 (02:36 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 1 Sep 2007 10:35:29 +0000 (03:35 -0700) | ||
commit | 2e7766655abd0312a6bf4db6a6ff141e7e4ac8b6 | |
tree | 4a30f8f91f641f3b89bdf4204045e6de92df3303 | tree | snapshot |
parent | c7965afd3dac7b9b6c1d4da27d3757e7d41aa060 | commit | diff |
URL: allow port specification in ssh:// URLs
Allow port specification in ssh:// URLs in the
usual notation:
ssh://[user@]host.domain[:<port>]/<path>
This allows git to be used over ssh-tunneling
networks.
Signed-off-by: Luben Tuikov <ltuikov@yahoo.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Allow port specification in ssh:// URLs in the
usual notation:
ssh://[user@]host.domain[:<port>]/<path>
This allows git to be used over ssh-tunneling
networks.
Signed-off-by: Luben Tuikov <ltuikov@yahoo.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/urls.txt | diff | blob | history | |
connect.c | diff | blob | history |