[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <58E596E0.80608@rock-chips.com>
Date: Thu, 06 Apr 2017 09:16:16 +0800
From: jeffy <jeffy.chen@...k-chips.com>
To: Joe Perches <joe@...ches.com>, linux-kernel@...r.kernel.org
CC: briannorris@...omium.org, dianders@...omium.org
Subject: Re: [PATCH] get_maintainer: apply all .get_maintainer.ignore files
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@...k-chips.com>).
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?
>
>
>
Powered by blists - more mailing lists