whoever is using ymiao3 at marvell.com please stop it
Joe Perches
joe at perches.com
Tue Jan 26 12:10:17 EST 2010
On Tue, 2010-01-26 at 12:35 +0100, Uwe Kleine-König wrote:
> On Tue, Jan 26, 2010 at 05:23:18AM +0000, Ben Dooks wrote:
> > On Tue, Jan 26, 2010 at 09:30:39AM +0800, Eric Miao wrote:
> > > That's mine original email, and is invalid now. Everyone please stop using it.
> I already run into that several times as I frequently use
> scripts/get_maintainer.pl. IMHO we need a mechanism to deprecate email
> addresses, preferably using .mailmap as data source.
As is, I think it's not much of a problem.
People move around and email addresses become invalid.
Over short periods of time, these problems are resolved
without effort or intervention.
scripts/get_maintainer.pl uses first MAINTAINERS patterns
and maintainer name/address, then git history. The most
recent git name/address combination is used and multiple
address are ignored by default.
If multiple people with identical names are contributing,
a flag --noremove-duplicates exists to stop name/address
merging.
http://lkml.org/lkml/2009/8/5/518
> I'd suggest to check if the address is listed in .mailmap and use the
> first entry for that person. This would need some work to adapt
> .mailmap, as .mailmap mainly collects wrong entries.
Make sure you adapt git as well.
One thing you could do would be to update
scripts/get_maintainer.pl to scan all MAINTAINERS sections
for a matching name and use that address if it differs from
git log history.
That could update the case where the person has a MAINTAINERS
entry, is not a listed maintainer for a particular file and
had last submitted patches for that file using an old/invalid
address.
I will not be submitting such a patch.
More information about the linux-arm-kernel
mailing list