Skip to content

Instantly share code, notes, and snippets.

@caiusb
Last active December 10, 2015 13:08
Show Gist options
  • Save caiusb/4439261 to your computer and use it in GitHub Desktop.
Save caiusb/4439261 to your computer and use it in GitHub Desktop.
Get a list of mails from a git repo
git log --format="%aE" | sort | uniq | grep -E '[A-Za-z0-9._-]+@[A-Za-z0-9._-]+.[A-Za-z]+'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment