Last Updated: February 25, 2016
·
7.656K
· garethrees

Show git tags with date, message and author

Sorted by date:

$ git for-each-ref --format '%(refname) %09 %(taggerdate) %(subject) %(taggeremail)' refs/tags  --sort=taggerdate