jaspernbrouwer / powerline-gitstatus

A Powerline segment for showing the status of a Git working copy
MIT License
383 stars 53 forks source link

Add an option to show the tag only when it directly references the current commit #21

Closed liancheng closed 5 years ago

liancheng commented 7 years ago

When show_tag is set to true, I found showing the most recent tag can be confusing. This PR adds an option tag_exact_match to show the tag only when it directly references the current commit.

jcharaoui commented 5 years ago

Thanks for the PR.

This is now supported through "show_tag": "exact"