Re: [PATCH] get_maintainer: apply all .get_maintainer.ignore files

From: jeffy
Date: Wed Apr 05 2017 - 21:18:53 EST


Hi Joe,

On 04/06/2017 12:06 AM, Joe Perches wrote:
On Wed, 2017-04-05 at 19:30 +0800, Jeffy Chen wrote:
Currently we are searching "./:$ENV{HOME}/:.scripts/" for ignore file,
but would always get "./.get_maintainer.ignore" only.

That's the point.

It allows you to have specific .ignore files for various projects.
yes, but we now have a .get_maintainer.ignore tracked in kernel's git repository:
kernel# git log --oneline .get_maintainer.ignore
e525293 Add hch to .get_maintainer.ignore

so if we wanna modify the ignore list locally, we would have to do it every time reset the repository.

This patch applies all .get_maintainer.ignore, so it would be easier to
add ignore list locally.

Why stack? What's the value in that?

i found some mail server(for example chinese 263) would refuse to send mails when any of the addresses are invalid. so i need to add them to the ignore list(for example Yakir Yang <ykk@xxxxxxxxxxxxxx>).

i think it would be good if we can provide a way to modify local ignore list without affecting the repository.

or maybe i should just send my ignore file upstream?