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 [email protected] edsummers [email protected] eijabb [email protected] gmcharlt [email protected] joshferraro [email protected] ltjake [email protected] miker-pines [email protected] mjordan [email protected] morbus [email protected] moregan [email protected] petdance [email protected] 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 "[email protected]" //Ed
