get_maintainer.pl: add .get_maintainer.conf
Since commite57c7c5c42
("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, commitb79372ae94
("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>
This commit is contained in:
parent
38a9840d98
commit
d507b25091
1
.get_maintainer.conf
Normal file
1
.get_maintainer.conf
Normal file
@ -0,0 +1 @@
|
||||
--find-maintainer-files --maintainer-path=.
|
Loading…
Reference in New Issue
Block a user