Last active
December 10, 2015 13:08
-
-
Save caiusb/4439261 to your computer and use it in GitHub Desktop.
Get a list of mails from a git repo
This file contains 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
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