Skip to content
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

Fix refName parsing #107

Merged
merged 1 commit into from
Jun 17, 2018
Merged

Fix refName parsing #107

merged 1 commit into from
Jun 17, 2018

Commits on Jun 17, 2018

  1. Fix refName parsing

    The previous behavior let to `v0.1` being considered a match for a `v0.10` tag. Instead of getting the list of all tags first and then doing an `indexOf()` string match, we properly parse the returned `refName` list and filter out the item starting with `tag: `.
    Turbo87 committed Jun 17, 2018
    Configuration menu
    Copy the full SHA
    7e0b3ed View commit details
    Browse the repository at this point in the history