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 (606 forks)batch import
bughelp wanted

Repository metrics

Stars
 (5,470 stars)
PR merge metrics
 (No merged PRs in 30d)

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