Last active
August 29, 2015 14:20
-
-
Save rabbiabram/425a32e192ffd22cb3cf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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