Teach URIish how to parse scp style ssh:// URLs
commitebcdaddb0fc5e0d98b03c6f001bee0e49a664370
authorShawn O. Pearce <spearce@spearce.org>
Thu, 24 Apr 2008 02:03:10 +0000 (23 22:03 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 11 May 2008 05:16:33 +0000 (11 01:16 -0400)
tree348df21d2d0b9730e1496f198f19bc8f475a19c9
parentd44d579d4f94063050a896eda6994f730957db6c
Teach URIish how to parse scp style ssh:// URLs

The "user@host:dir.git" format is very popular for URIs within the
Git community, so we need to directly support it in jgit as one of
the valid formats we recognize.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.jgit.test/tst/org/spearce/jgit/transport/URIishTest.java
org.spearce.jgit/src/org/spearce/jgit/transport/URIish.java