Skip to content

Instantly share code, notes, and snippets.

@rabbiabram
Last active August 29, 2015 14:20
Show Gist options
  • Select an option

  • Save rabbiabram/425a32e192ffd22cb3cf to your computer and use it in GitHub Desktop.

Select an option

Save rabbiabram/425a32e192ffd22cb3cf to your computer and use it in GitHub Desktop.
last=git log --tags --simplify-by-decoration --pretty="format:%d" | grep '(tag:' | awk 'END{print substr($2, 0, length($2)-1)}'
git --no-pager log v0.0.1..$(git describe) --pretty=format:'* %s' --reflog --no-merges --tags | sort -ui
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment