ben-gibson / GitLink

A Jetbrains plugin that opens a local file under Git version control in its remote host using the default browser.
https://plugins.jetbrains.com/plugin/8183-gitlink
MIT License
671 stars 58 forks source link

Azure DevOps commit link incorrect #247

Closed Bouke closed 1 year ago

Bouke commented 1 year ago

The URL generated for a commit in Azure DevOps is wrong. Apparently the full hash must be provided and not the short version.

Expected:

https://dev.azure.com/organization/Project/_git/Repository/commit/f3e773cf7a13ce5d9db15ddbf888197a07fd9c54

Actual:

https://dev.azure.com/organization/Project/_git/Repository/commit/f3e773cf
image
ben-gibson commented 1 year ago

That's strange, it should always use the full commit hash. Are you using the custom platform type?