I was planning on rewriting the email addresses used in git
repository, so that when we push the code elsewhere (like github) our
identities work properly.

I went through and pulled out the users that have committed to the cvs
repository and mapped them to what I thought were the common email
address for the user. If you see yourself mentioned below and would
like a different email address just let me know.

  dereklane derekl...@pobox.com
  edsummers e...@pobox.com
  eijabb eij...@cpan.org
  gmcharlt gmcha...@gmail.com
  joshferraro j...@liblime.com
  ltjake bri...@cpan.org
  miker-pines mi...@esilibrary.com
  mjordan mjor...@sfu.ca
  morbus mor...@disobey.com
  moregan more...@flr.follett.com
  petdance a...@petdance.com

Also, you'll want to set up your git profile appropriately. So in my case:

  git config --global user.name "Ed Summers"
  git config --global user.email "e...@pobox.com"

//Ed

Reply via email to