UPSTREAM: scripts/get_maintainer.pl: enable find_maintainer_files
Many MAINTAINERS files are in subdirectories. We should enable searching these. Change-Id: Ia0cd7a8c9255486e30b9d59027ae822bbdf00030 Reported-by: Walt Feasel <waltfeasel@gmail.com> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Kever Yang <kever.yang@rock-chips.com> (cherry picked from commit b79372ae94fbc9e30d014ad8ce830d2062539eb9)
This commit is contained in:
parent
722c07dd6e
commit
ae530ff2ca
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue