>From petsc/.mailmap

# See 'git help shortlog' for details

$ git log |grep ^Author |grep -i mills |sort | uniq
Author: Richard Mills <[email protected]>
Author: Richard Tran Mills <[email protected]>
Author: Richard Tran Mills <[email protected]>


So perhaps the following change.

diff --git a/.mailmap b/.mailmap
index aa4cc0b5da..53fa78858d 100644
--- a/.mailmap
+++ b/.mailmap
@@ -39,7 +39,8 @@ Peter Brune <[email protected]>                
<[email protected]>
 Peter Brune <[email protected]>                <emppter@pbrune>
 Peter Brune <[email protected]>                 <brune@localhost>
 Peter Brune <[email protected]>                 <prbrune@localhost>
-Richard Tran Mills <[email protected]>
+Richard Tran Mills <[email protected]>          <[email protected]>
+Richard Tran Mills <[email protected]>          <[email protected]>
 Semih Özmen <[email protected]>
 Shri Abhyankar <[email protected]>
 Stefano Zampini <[email protected]>

Satish

On Thu, 28 Sep 2017, Richard Tran Mills wrote:

> In my case, the easiest thing for me to do would be to add all of my
> addresses to my GitHub account, but I can't validate all of those, as I
> have commits associated with email addresses (e.g., [email protected]) that
> haven't existed for years.
> 
> I'm not familiar with the .mailmap file format. I want to make my
> "canonical" email address "[email protected]", and map all of my old email
> addresses to be associated with that. Can someone please tell me what I
> need to enter in the .mailmap file to do this?
> 
> (Followup question: Once I've done this, since GitHub knows that "
> [email protected]" is associated with my account, will it count my commits
> made under my old email addresses in the "contributors" graph?)
> 
> Thanks,
> Richard
> 
> On Wed, Sep 27, 2017 at 4:20 PM, Smith, Barry F. <[email protected]> wrote:
> 
> >
> >   Just a reminder for developers who want to get credit for their PETSc
> > commits.
> >
> >
> > Begin forwarded message:
> >
> > *From: *Jed Brown <[email protected]>
> > *Subject: **Re: [petsc-maint] Contributors graph on github?*
> > *Date: *September 27, 2017 at 11:01:48 AM CDT
> > *To: *Richard Tran Mills <[email protected]>, PETSc-maint <
> > [email protected]>
> >
> > Add the addresses to your account or add yourself to .mailmap.
> >
> > Richard Tran Mills <[email protected]> writes:
> >
> > I hadn't seen this "contributors" graph before and found it interesting:
> >
> > https://github.com/petsc/petsc/graphs/contributors
> >
> > What would I need to do to get the various commits I've made over there
> > years to be associated with my 'rtmills' github account?
> >
> > --Richard
> >
> >
> >
> 

Reply via email to