2019-05-15 12:49:31

by Marc Gonzalez

[permalink] [raw]
Subject: [PATCH] Opt out of scripts/get_maintainer.pl

A few months ago, I submitted a trivial arm64 defconfig update.
get_maintainer.pl now outputs my address for every defconfig tweak.
Add me to .get_maintainer.ignore to opt out of these notifications.

Signed-off-by: Marc Gonzalez <[email protected]>
---
.get_maintainer.ignore | 1 +
1 file changed, 1 insertion(+)

diff --git a/.get_maintainer.ignore b/.get_maintainer.ignore
index cca6d870f7a5..a64d21913745 100644
--- a/.get_maintainer.ignore
+++ b/.get_maintainer.ignore
@@ -1 +1,2 @@
Christoph Hellwig <[email protected]>
+Marc Gonzalez <[email protected]>
--
2.17.1


2019-05-16 06:47:15

by Olof Johansson

[permalink] [raw]
Subject: Re: [PATCH] Opt out of scripts/get_maintainer.pl

On Wed, May 15, 2019 at 02:47:57PM +0200, Marc Gonzalez wrote:
> A few months ago, I submitted a trivial arm64 defconfig update.
> get_maintainer.pl now outputs my address for every defconfig tweak.
> Add me to .get_maintainer.ignore to opt out of these notifications.
>
> Signed-off-by: Marc Gonzalez <[email protected]>
> ---
> .get_maintainer.ignore | 1 +
> 1 file changed, 1 insertion(+)

Applied to arm/late.


Thanks,

-Olof