You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This probably requires to change WorkingTree.listRemoteTags() to retuurn Map<String, String> instead of List<String> to get the revisions for the tag names as well, in order to "deduplicate" tag names by revision.
If multiple tags match, and all tags point to the same revision, then
we should have a result.
See https://github.com/JasperFx/lamar which use both lower-case and upper-case
v
prefixes.See also https://github.com/JasperFx/lamar/tree/v12.0.0.
The text was updated successfully, but these errors were encountered: