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
I just ran into this myself. IMHO, it's a bad idea to change the method name. I'd create a new method, call it objectTag, or currentTag, or something, and make it find out the tag if it points to HEAD. I don't know how to do that properly, actually, I used git tag --points xxx, where xxx is the output of git rev-parse HEAD.
tag(...) does not supply "The Tag" just the closest tag in the tree and supresses important information.
Using --abbrev=0 means that a commit that is 10 away from the latest tag will not show LATEST-TAG-10 but only LATEST-TAG
This is wrong - the command should be fixed or called latestTag(...)
The text was updated successfully, but these errors were encountered: