From: Heinrich Schuchardt Date: Sat, 28 Oct 2017 05:34:15 +0000 (+0200) Subject: scripts/get_maintainer.pl: enable find_maintainer_files X-Git-Tag: v2017.11-rc3~2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b79372ae94fbc9e30d014ad8ce830d2062539eb9;p=oweals%2Fu-boot.git scripts/get_maintainer.pl: enable find_maintainer_files Many MAINTAINERS files are in subdirectories. We should enable searching these. Reported-by: Walt Feasel Signed-off-by: Heinrich Schuchardt --- 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;