aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Walle <michael@walle.cc>2021-10-31 23:38:12 +0100
committerTom Rini <trini@konsulko.com>2021-11-11 16:54:43 -0500
commit60112cc657aba95a3170e92a963478e9cfc8253d (patch)
tree851d9b5e58da3a39e31dbda7cfd808caa048ac40
parent4b4b0b1771d1999f38bdace5cd029c2a2ae55051 (diff)
downloadu-boot-60112cc657aba95a3170e92a963478e9cfc8253d.zip
u-boot-60112cc657aba95a3170e92a963478e9cfc8253d.tar.gz
u-boot-60112cc657aba95a3170e92a963478e9cfc8253d.tar.bz2
get_maintainer.pl: add .get_maintainer.conf
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>
-rw-r--r--.get_maintainer.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/.get_maintainer.conf b/.get_maintainer.conf
new file mode 100644
index 0000000..df595f5
--- /dev/null
+++ b/.get_maintainer.conf
@@ -0,0 +1 @@
+--find-maintainer-files --maintainer-path=.