paulirish.git-open/test
Edward Thomson c956af1b63 Parse remotes as URLs or SCP-style paths
Instead of trying to strip on ':' and '/' to simplify a URL, actually
switch based on whether the remote path is a URL ("scheme://host:port/path")
or an SCP-style path (user@host:path) and parse them separately.

This allows us to handle custom ports in HTTP and HTTPS, but ignore
custom ports in an SSH url and HTTP remotes, instead of always upgrading
them to HTTPS.
2017-11-08 13:49:23 +00:00
..
test_helper Add a test suite (#78) 2017-06-16 15:57:49 -07:00
git-open.bats Parse remotes as URLs or SCP-style paths 2017-11-08 13:49:23 +00:00