Andreas Enge (2016-03-17 16:04 +0300) wrote: > On Thu, Mar 17, 2016 at 02:09:27PM +0300, Alex Kost wrote: >> As can be seen with "git --no-pager shortlog -nse", we have several >> duplicates. The attached patch should fix those. I'm Cc-ing this >> message to people whose names/emails are touched, so you can check >> whether the proper ones are used. > > We cannot rewrite history on master, right? My duplicates > +Andreas Enge <andr...@enge.fr> <andreas.e...@inria.fr> > +Andreas Enge <andr...@enge.fr> <privat@xobs-novena> > are clearly just errors when setting up a new git checkout. > Otherwise I think it is good to unify.
I'm not going to rewrite history. The purpose of keeping a proper .mailmap is to have a "good" AUTHORS file (without duplicates) which is generated using "git shortlog" (see "build-aux/generate-authors.scm"). -- Alex