Skip to content

Instantly share code, notes, and snippets.

@bronson
Created June 23, 2011 18:24
Show Gist options
  • Save bronson/1043190 to your computer and use it in GitHub Desktop.
Save bronson/1043190 to your computer and use it in GitHub Desktop.
Listing Git tags by date
Why does it have to be this hard?
$ git for-each-ref --sort='*authordate' --format='%(tag)%09%(*authordate)' refs/tags
0.2 Wed Oct 27 22:48:10 2010 -0700
0.3 Fri Oct 29 13:06:48 2010 -0700
0.3.1 Sat Oct 30 13:00:42 2010 -0700
0.4.0 Sun Mar 6 18:10:43 2011 -0800
http://nickol.as/post/5838704298/git-tags-by-date
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment