]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
scripts/get_maintainer.pl: enable find_maintainer_files
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 28 Oct 2017 05:34:15 +0000 (07:34 +0200)
committerTom Rini <trini@konsulko.com>
Sun, 29 Oct 2017 14:13:10 +0000 (10:13 -0400)
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>
scripts/get_maintainer.pl

index 8b6037b73f6d4357762c5b2ab24a6bb61bff285d..07800e62d1923c788ed37cfd9d817fa5815b0e68 100755 (executable)
@@ -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;