Re: [PATCH] add a ignore list for get_maintainer

2024-03-08 Thread Bruce Richardson
On Fri, Mar 08, 2024 at 05:45:56PM +, Ferruh Yigit wrote: > On 3/8/2024 5:07 PM, Stephen Hemminger wrote: > > Add an opt-out list for get maintainer tool. This is helpful > > to avoid getting bounce messages and to allow developers > > who do not want direct mail. > > > > Signed-off-by: Steph

Re: [PATCH] add a ignore list for get_maintainer

2024-03-08 Thread Stephen Hemminger
On Fri, 8 Mar 2024 17:45:56 + Ferruh Yigit wrote: > On 3/8/2024 5:07 PM, Stephen Hemminger wrote: > > Add an opt-out list for get maintainer tool. This is helpful > > to avoid getting bounce messages and to allow developers > > who do not want direct mail. > > > > Signed-off-by: Stephen Hem

Re: [PATCH] add a ignore list for get_maintainer

2024-03-08 Thread Ferruh Yigit
On 3/8/2024 5:07 PM, Stephen Hemminger wrote: > Add an opt-out list for get maintainer tool. This is helpful > to avoid getting bounce messages and to allow developers > who do not want direct mail. > > Signed-off-by: Stephen Hemminger > --- > .get_maintainer.ignore | 11 +++ > 1 file c

[PATCH] add a ignore list for get_maintainer

2024-03-08 Thread Stephen Hemminger
Add an opt-out list for get maintainer tool. This is helpful to avoid getting bounce messages and to allow developers who do not want direct mail. Signed-off-by: Stephen Hemminger --- .get_maintainer.ignore | 11 +++ 1 file changed, 11 insertions(+) create mode 100644 .get_maintainer.i