From 59a62398eeba276dab30861cc34ce054d2a725aa Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 15 Sep 2009 01:11:25 -0700 Subject: Add .mailmap file for "git shortlog" and other tools This lets us avoid those ugly faux email addresses that "git svn" generates when "git svn" is not used with --authors-file. --- .mailmap | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .mailmap (limited to '.mailmap') diff --git a/.mailmap b/.mailmap new file mode 100644 index 0000000..7b8974f --- /dev/null +++ b/.mailmap @@ -0,0 +1,26 @@ +# This list is used by "git shortlog" to fixup the ugly faux email addresses +# "" that the "git svn" tool creates by default. + +# Eric Wong started this .mailmap file (and is the maintainer of it...) +Eric Wong normalperson + +# This also includes all the Mongrel contributors that committed to the +# Rubyforge SVN repo. Some real names were looked up on rubyforge.org +# (http://rubyforge.org/users/$user), but we're not going expose any email +# addresses here without their permission. + +Austin Godber godber godber +Bradley Taylor bktaylor +Ezra Zygmuntowicz ezmobius +Filipe Lautert filipe +Luis Lavena luislavena +Matt Pelletier bricolage +MenTaLguY mental +Nick Sieger nicksieger +Rick Olson technoweenie +Wayne E. Seguin wayneeseguin +Zed A. Shaw +why the lucky stiff + +# Evan had his email address in the git history we branched from anyways +Evan Weaver evanweaver -- cgit v1.2.3-24-ge0c7