hound-search/hound

url-pattern: {url} - url:port is converted to url/port

Open

#193 opened on Feb 23, 2016

View on GitHub
 (3 comments) (3 reactions) (0 assignees)JavaScript (5,470 stars) (606 forks)batch import
bughelp wanted

Description

When git url contains a port eg: ssh://git@stash.example.com:7999/foo/bar.git

the url is converted to http://stash.example.com/7999

Contributor guide