]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/urls.txt
URL: allow port specification in ssh:// URLs
authorLuben Tuikov <ltuikov@yahoo.com>
Sat, 1 Sep 2007 09:36:31 +0000 (02:36 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 1 Sep 2007 10:35:29 +0000 (03:35 -0700)
commit2e7766655abd0312a6bf4db6a6ff141e7e4ac8b6
tree4a30f8f91f641f3b89bdf4204045e6de92df3303
parentc7965afd3dac7b9b6c1d4da27d3757e7d41aa060
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>
Documentation/urls.txt
connect.c