mpppk / hlb

CLI that provides unified & interactive interface to multiple git repository hosting services.
MIT License
38 stars 1 forks source link

Fix git remote URL parser #42

Closed mpppk closed 6 years ago

mpppk commented 6 years ago

Now any scheme of git remote URL are just ignored. So this commit has side effects that if invalid scheme is given, NewRemote won't return error.