git tag list show hash ID with tag

git log --oneline --decorate --tags --no-walk

Per logging - Git Tag list, display commit sha1 hashes - Stack Overflow

And it is wonderful.

lol i am greedy now i want the date too

Oh right there in the answer:

git log --tags --no-walk --date=iso-local --pretty='%C(auto)%h %cd%d %s'