I want git to list all tags along with the full annotation or commit message. Something like this is close:
git tag -n5
This does exactly w
I prefer doing this on the command line, but if you don't mind a web interface and you use GitHub, you can visit https://github.com/user/repo/tags and click on the "..." next to each tag to display its annotation.
https://github.com/user/repo/tags