Git alias:
refs-by-date = for-each-ref --sort=-committerdate --format='%(committerdate:short) %(refname:short) (objectname:short) %(contents:subject)'
Example:
git refs-by-date
This alias can be useful for spring cleaning.