hound
hound copied to clipboard
url-pattern: {url} - url:port is converted to url/port
When git url contains a port eg: ssh://[email protected]:7999/foo/bar.git
the url is converted to http://stash.example.com/7999
Has anyone gotten around this issue?
This is also problematic for me.
Any update on this? Links to the original file is broken at the moment. If this gets merged can the port
be a variable in url-patterns
. In my use case, I need to be able to omit the port when the url is constructed.