Skip to content

Instantly share code, notes, and snippets.

@joelittlejohn
Created May 22, 2013 22:08
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save joelittlejohn/5631344 to your computer and use it in GitHub Desktop.
Save joelittlejohn/5631344 to your computer and use it in GitHub Desktop.
Instant CONTRIBUTORS.md from your git log
echo "# Contributors" > CONTRIBUTORS.md && git log --pretty=tformat:"* %an <%ae>" | tac | awk ' !x[$0]++' >> CONTRIBUTORS.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment