I’m not sure what version of git this requires, but with recent versions you can also do:
git tag -l --format="%(contents)" <tag name>
to get only the tag message by itself.
I’m not sure what version of git this requires, but with recent versions you can also do:
git tag -l --format="%(contents)" <tag name>
to get only the tag message by itself.