The output from git tag is ordered alphabetically. I would like it to be ordered chronological (the date of the commits they are assigned to, not the date on wh
git tag
git log --date-order --tags --simplify-by-decoration --pretty=format:"%ci %d"