A tag is a `*plumbing.Reference`, the hash points to the tag itself, not the commit, how do I find the commit referenced by the tag? Also, using *git* I can find the commit hash by `git rev-list -n 1 TAG`, but go-git doesn't seem have corresponding API
A tag is a
*plumbing.Reference, the hash points to the tag itself, not the commit, how do I find the commit referenced by the tag?Also, using git I can find the commit hash by
git rev-list -n 1 TAG, but go-git doesn't seem have corresponding API