[PATCH] get_maintainer.pl: Add an ignore list for git history

As Pali Rohár has asked to not be copied on changes to files he is not a specific maintainer of, add his address to .get_maintainer.ignore.
Signed-off-by: Tom Rini trini@konsulko.com --- Cc: "Pali Rohár" pali@kernel.org --- .get_maintainer.ignore | 1 + .gitignore | 1 + 2 files changed, 2 insertions(+) create mode 100644 .get_maintainer.ignore
diff --git a/.get_maintainer.ignore b/.get_maintainer.ignore new file mode 100644 index 000000000000..899a1469b2ae --- /dev/null +++ b/.get_maintainer.ignore @@ -0,0 +1 @@ +"Pali Rohár" pali@kernel.org diff --git a/.gitignore b/.gitignore index 3a4d056edfc3..002f95de4feb 100644 --- a/.gitignore +++ b/.gitignore @@ -53,6 +53,7 @@ fit-dtb.blob* # !.gitignore !.mailmap +!.get_maintainer.*
# # Generated files

On Mon, Aug 7, 2023 at 3:21 PM Tom Rini trini@konsulko.com wrote:
As Pali Rohár has asked to not be copied on changes to files he is not a specific maintainer of, add his address to .get_maintainer.ignore.
Signed-off-by: Tom Rini trini@konsulko.com
Cc: "Pali Rohár" pali@kernel.org
.get_maintainer.ignore | 1 + .gitignore | 1 + 2 files changed, 2 insertions(+) create mode 100644 .get_maintainer.ignore
Reviewed-by: Michael Trimarchi michael@amarulasolutions.com
diff --git a/.get_maintainer.ignore b/.get_maintainer.ignore new file mode 100644 index 000000000000..899a1469b2ae --- /dev/null +++ b/.get_maintainer.ignore @@ -0,0 +1 @@ +"Pali Rohár" pali@kernel.org diff --git a/.gitignore b/.gitignore index 3a4d056edfc3..002f95de4feb 100644 --- a/.gitignore +++ b/.gitignore @@ -53,6 +53,7 @@ fit-dtb.blob* # !.gitignore !.mailmap +!.get_maintainer.*
#
# Generated files
2.34.1
-- Michael Nazzareno Trimarchi Co-Founder & Chief Executive Officer M. +39 347 913 2170 michael@amarulasolutions.com __________________________________
Amarula Solutions BV Joop Geesinkweg 125, 1114 AB, Amsterdam, NL T. +31 (0)85 111 9172 info@amarulasolutions.com www.amarulasolutions.com

On Mon, Aug 07, 2023 at 09:20:53AM -0400, Tom Rini wrote:
As Pali Rohár has asked to not be copied on changes to files he is not a specific maintainer of, add his address to .get_maintainer.ignore.
Signed-off-by: Tom Rini trini@konsulko.com
Applied to u-boot/master, thanks!
participants (2)
-
Michael Nazzareno Trimarchi
-
Tom Rini