[PATCH] .get_maintainer.ignore: add myself

Askar Safin posted 1 patch 1 week, 3 days ago
There is a newer version of this series
.get_maintainer.ignore | 2 ++
1 file changed, 2 insertions(+)
[PATCH] .get_maintainer.ignore: add myself
Posted by Askar Safin 1 week, 3 days ago
I don't want get_maintainer.pl to automatically print my email.

Signed-off-by: Askar Safin <safinaskar@gmail.com>
---

Joe Perches, please, apply this.

---
 .get_maintainer.ignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.get_maintainer.ignore b/.get_maintainer.ignore
index e8d2269ba..2d03b9dd9 100644
--- a/.get_maintainer.ignore
+++ b/.get_maintainer.ignore
@@ -1,6 +1,8 @@
 Alan Cox <alan@lxorguk.ukuu.org.uk>
 Alan Cox <root@hraefn.swansea.linux.org.uk>
 Alyssa Rosenzweig <alyssa@rosenzweig.io>
+Askar Safin <safinaskar@gmail.com>
+Askar Safin <safinaskar@zohomail.com>
 Christoph Hellwig <hch@lst.de>
 Jeff Kirsher <jeffrey.t.kirsher@intel.com>
 Marc Gonzalez <marc.w.gonzalez@free.fr>

base-commit: c369299895a591d96745d6492d4888259b004a9e (mainline)
-- 
2.47.3
Re: [PATCH] .get_maintainer.ignore: add myself
Posted by Joe Perches 1 week, 3 days ago
On Tue, 2026-03-24 at 05:47 +0000, Askar Safin wrote:
> I don't want get_maintainer.pl to automatically print my email.
> 
> Signed-off-by: Askar Safin <[safinaskar@gmail.com](mailto:safinaskar@gmail.com)>
> ---
> 
> Joe Perches, please, apply this.

I don't do that.
Send it to someone that will or pull it yourself.
Maybe GregKH or Andrew Morton.

Though I note that the only ones that get_maintainer actually
does this for the few commits that your email addresses signed
is for Documentation/admin-guide and that the zohomail.com
address is not shown.

> diff --git a/.get_maintainer.ignore b/.get_maintainer.ignore
[]
> @@ -1,6 +1,8 @@
>  Alan Cox <[alan@lxorguk.ukuu.org.uk](mailto:alan@lxorguk.ukuu.org.uk)>
>  Alan Cox <[root@hraefn.swansea.linux.org.uk](mailto:root@hraefn.swansea.linux.org.uk)>
>  Alyssa Rosenzweig <[alyssa@rosenzweig.io](mailto:alyssa@rosenzweig.io)>
> +Askar Safin <[safinaskar@gmail.com](mailto:safinaskar@gmail.com)>
> +Askar Safin <[safinaskar@zohomail.com](mailto:safinaskar@zohomail.com)>
>  Christoph Hellwig <[hch@lst.de](mailto:hch@lst.de)>
>  Jeff Kirsher <[jeffrey.t.kirsher@intel.com](mailto:jeffrey.t.kirsher@intel.com)>
>  Marc Gonzalez <[marc.w.gonzalez@free.fr](mailto:marc.w.gonzalez@free.fr)>
> 
> base-commit: c369299895a591d96745d6492d4888259b004a9e (mainline)
> 
> ```