Support git+ssh:// and ssh+git:// URL
commitc05186cc38ca4605bff1f275619d7d0faeaf2fa5
authorLinus Torvalds <torvalds@osdl.org>
Sat, 15 Oct 2005 00:14:56 +0000 (14 17:14 -0700)
committerJunio C Hamano <junkio@cox.net>
Sat, 15 Oct 2005 00:14:56 +0000 (14 17:14 -0700)
tree61c8aadf76c811c297263ddcc9b8fe38a317315b
parent01eea6f355f35098cc5038e94622e30ed31a9267
Support git+ssh:// and ssh+git:// URL

It seemed to be such a stupid syntax. It's both what "ssh://" means,
and it's what not specifying a protocol at _all_ means.

But hey, since we already have two ways of saying "use ssh with
pack-files", here's two more.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
connect.c