All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] get_maintainer.pl: add .get_maintainer.conf
@ 2021-10-31 22:38 Michael Walle
  2021-11-12 15:40 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Walle @ 2021-10-31 22:38 UTC (permalink / raw)
  To: u-boot; +Cc: Heinrich Schuchardt, Trevor Woerner, Tom Rini, Michael Walle

Since commit e57c7c5c4282 ("get_maintainer.pl: update from Linux kernel
v5.13-rc6") only the top level MAINTAINERS file is used. This is because
this commit (accidentally) disabled the search of MAINTAINERS files
(find_maintainer_files is set to 0 again). Before that, commit
b79372ae94fb ("scripts/get_maintainer.pl: enable find_maintainer_files")
explicitly enabled that feature. Nowadays, we also have to set
maintainer_path to a directory.

To fix it and enable recursive search of MAINTAINERS, create a
configuration file to set these two variables.

Signed-off-by: Michael Walle <michael@walle.cc>
---
 .get_maintainer.conf | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 .get_maintainer.conf

diff --git a/.get_maintainer.conf b/.get_maintainer.conf
new file mode 100644
index 0000000000..df595f5420
--- /dev/null
+++ b/.get_maintainer.conf
@@ -0,0 +1 @@
+--find-maintainer-files --maintainer-path=.
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] get_maintainer.pl: add .get_maintainer.conf
  2021-10-31 22:38 [PATCH] get_maintainer.pl: add .get_maintainer.conf Michael Walle
@ 2021-11-12 15:40 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2021-11-12 15:40 UTC (permalink / raw)
  To: Michael Walle; +Cc: u-boot, Heinrich Schuchardt, Trevor Woerner

[-- Attachment #1: Type: text/plain, Size: 755 bytes --]

On Sun, Oct 31, 2021 at 11:38:12PM +0100, Michael Walle wrote:

> Since commit e57c7c5c4282 ("get_maintainer.pl: update from Linux kernel
> v5.13-rc6") only the top level MAINTAINERS file is used. This is because
> this commit (accidentally) disabled the search of MAINTAINERS files
> (find_maintainer_files is set to 0 again). Before that, commit
> b79372ae94fb ("scripts/get_maintainer.pl: enable find_maintainer_files")
> explicitly enabled that feature. Nowadays, we also have to set
> maintainer_path to a directory.
> 
> To fix it and enable recursive search of MAINTAINERS, create a
> configuration file to set these two variables.
> 
> Signed-off-by: Michael Walle <michael@walle.cc>

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-11-12 15:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-31 22:38 [PATCH] get_maintainer.pl: add .get_maintainer.conf Michael Walle
2021-11-12 15:40 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.