-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Double slash after hostname in compare link #22
Comments
I ran into the same, seems like Create a <?php
return [
'commitUrlFormat' => '{{host}}/{{repository}}/commit/{{hash}}',
'compareUrlFormat' => '{{host}}/{{repository}}/compare/{{previousTag}}...{{currentTag}}',
]; |
Hi, to check it I need to know the repository URL format to check how the regular expression works when parsing. |
$ git remote show origin -n
* remote origin
Fetch URL: [email protected]:UN-OCHA/iasc8.git
Push URL: [email protected]:UN-OCHA/iasc8.git |
Might be easier to clean the URL, replacing |
Strange that the owner is not populated. However I have released a new version with url clean and that improve the url format detection. |
👍 |
Seeing a double slash after the hostname in the version comparison link.
The text was updated successfully, but these errors were encountered: