Skip to content

Instantly share code, notes, and snippets.

@burnto
Created August 25, 2011 16:57
Show Gist options
  • Save burnto/1171147 to your computer and use it in GitHub Desktop.
Save burnto/1171147 to your computer and use it in GitHub Desktop.
git pretty-log `git describe --tags HEAD~1 | awk '{split($0,a,"-"); print a[1]}'`..HEAD
@burnto
Copy link
Author

burnto commented Aug 25, 2011

oh, where pretty-log is defined in ~/.gitconfig like so:

[alias]
pretty-log = log --pretty=format:'%h -%d %s (%cr) <%an>' --abbrev-commit --date=relative --no-merges

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment