diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2017-10-28 07:34:15 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-10-29 10:13:10 -0400 |
commit | b79372ae94fbc9e30d014ad8ce830d2062539eb9 (patch) | |
tree | f7a206b2b9f89ba5a9d387a5717a5a13641d6b65 /scripts | |
parent | 9ef2684c033d325b08133e96e8744b4da9b69a58 (diff) | |
download | u-boot-b79372ae94fbc9e30d014ad8ce830d2062539eb9.tar.gz u-boot-b79372ae94fbc9e30d014ad8ce830d2062539eb9.tar.bz2 u-boot-b79372ae94fbc9e30d014ad8ce830d2062539eb9.zip |
scripts/get_maintainer.pl: enable find_maintainer_files
Many MAINTAINERS files are in subdirectories.
We should enable searching these.
Reported-by: Walt Feasel <waltfeasel@gmail.com>
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/get_maintainer.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get_maintainer.pl b/scripts/get_maintainer.pl index 8b6037b73f..07800e62d1 100755 --- a/scripts/get_maintainer.pl +++ b/scripts/get_maintainer.pl @@ -59,7 +59,7 @@ my $from_filename = 0; my $pattern_depth = 0; my $version = 0; my $help = 0; -my $find_maintainer_files = 0; +my $find_maintainer_files = 1; my $vcs_used = 0; |