Skip to content

Instantly share code, notes, and snippets.

@tychoish
Created November 13, 2015 21:56
Show Gist options
  • Save tychoish/f17905627419fdd95621 to your computer and use it in GitHub Desktop.
Save tychoish/f17905627419fdd95621 to your computer and use it in GitHub Desktop.
git log --simplify-by-decoration --decorate --pretty="{\"hash\": \"%H\", "date": \"%cI\", \"tag\": \"%D\"}" -- "ref/tags/" | grep -e "tag: r" | grep -v -e "[0-9], " | grep -v "_" | sed 's/ "tag": "tag: / "tag": "/' | sed -r 's/T.*",/",/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment