Skip to content

Instantly share code, notes, and snippets.

@takezoe
Created September 21, 2018 02:34
Show Gist options
  • Save takezoe/b23d6287d6fa1366447b559143abacfb to your computer and use it in GitHub Desktop.
Save takezoe/b23d6287d6fa1366447b559143abacfb to your computer and use it in GitHub Desktop.
Get authors since the specified tag from git log
git log v0.12.1... | grep Author | sed -e "s/^Author: //g" | sed -e "s/ <.*>//g" | sort | uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment