How to list all tags along with the full message in git?
问题 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 what I want except that it will only show up to the first 5 lines of the tag message. I guess I can just use a very large number. What is the highest number I can use here? Is it the same on every computer? UPDATE : I have had much time to think about this, and now I think I don't necessarily want to show the entire message if it is extraordinarily long.