Skip to content

Instantly share code, notes, and snippets.

@aryehbeitz
Created September 19, 2019 12:23
Show Gist options
  • Save aryehbeitz/26a530bf22fd32584c4375a02b588fb3 to your computer and use it in GitHub Desktop.
Save aryehbeitz/26a530bf22fd32584c4375a02b588fb3 to your computer and use it in GitHub Desktop.
show tags
git for-each-ref --sort=taggerdate --format '%(tag)_,,,_%(taggerdate:raw)_,,,_%(taggername)_,,,_%(subject)' refs/tags | awk 'BEGIN { FS = "_,,,_"  } ; { t=strftime("%Y-%m-%d  %H:%M",$2); printf "%-20s %-18s %-15s %s\n", t, $1, $3, $4  }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment