diff mbox series

Opt out of scripts/get_maintainer.pl

Message ID d1427cd2-9111-025c-1a97-d0fa498f1a03@free.fr (mailing list archive)
State Mainlined, archived
Commit 982c736cd67720d012cbd1379211a3736f887f5e
Headers show
Series Opt out of scripts/get_maintainer.pl | expand

Commit Message

Marc Gonzalez May 15, 2019, 12:47 p.m. UTC
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 <marc.w.gonzalez@free.fr>
---
 .get_maintainer.ignore | 1 +
 1 file changed, 1 insertion(+)

Comments

Olof Johansson May 16, 2019, 6:27 a.m. UTC | #1
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 <marc.w.gonzalez@free.fr>
> ---
>  .get_maintainer.ignore | 1 +
>  1 file changed, 1 insertion(+)

Applied to arm/late.


Thanks,

-Olof
diff mbox series

Patch

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 <hch@lst.de>
+Marc Gonzalez <marc.w.gonzalez@free.fr>