Skip to content

Commit

Permalink
get_maintainer.pl: add .get_maintainer.conf
Browse files Browse the repository at this point in the history
Since commit e57c7c5 ("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
b79372a ("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 <[email protected]>
  • Loading branch information
mwalle authored and trini committed Nov 12, 2021
1 parent 38a9840 commit d507b25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .get_maintainer.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
--find-maintainer-files --maintainer-path=.

0 comments on commit d507b25

Please sign in to comment.