Commit e2bda60a524fef857763ce8605b0be277ef12f37

Edward Thomson 2022-01-10T21:12:13

url: introduce git_net_url_parse_scp Provide a mechanism for parsing scp-style paths (eg `git@github.com:libgit2/libgit2` into the url form `ssh://git@github.com/libgit2/libgit2`.)