]> git.baikalelectronics.ru Git - uboot.git/commit
get_maintainer.pl: add .get_maintainer.conf
authorMichael Walle <michael@walle.cc>
Sun, 31 Oct 2021 22:38:12 +0000 (23:38 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 12 Nov 2021 00:02:44 +0000 (19:02 -0500)
commitf4ca3a44da87795a41a262cbeb16c9ca4b789d0d
tree851d9b5e58da3a39e31dbda7cfd808caa048ac40
parentedb980650b140078a4e59cfd97132c15a23c3569
get_maintainer.pl: add .get_maintainer.conf

Since commit 1ab6ef926c45 ("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
38920868880a ("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 [new file with mode: 0644]