Created
March 18, 2017 14:13
-
-
Save hchbaw/93c911dae3589e9af6ca7600bbc79a97 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% git for-each-ref 'refs/tags/v4.10*' --count=5 --sort='-*authordate' \ | |
--format='%(align:8,left)%(refname:short)%(end)%(*authordate:short) %(*authordate:relative)' | |
v4.10.4 2017-03-18 3 hours ago | |
v4.10.3 2017-03-15 4 days ago | |
v4.10.2 2017-03-12 6 days ago | |
v4.10.1 2017-02-26 3 weeks ago | |
v4.10 2017-02-19 4 weeks ago |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment