From mboxrd@z Thu Jan 1 00:00:00 1970 From: waltfeasel at gmail.com Date: Sat, 28 Oct 2017 01:46:00 -0400 Subject: [U-Boot] [PATCH 1/1] scripts/get_maintainer.pl: enable find_maintainer_files In-Reply-To: <20171028053415.4430-1-xypron.glpk@gmx.de> References: <20171028053415.4430-1-xypron.glpk@gmx.de> Message-ID: <1509169560.1932.6.camel@localhost> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de On Sat, 2017-10-28 at 07:34 +0200, Heinrich Schuchardt wrote: > Many MAINTAINERS files are in subdirectories. > We should enable searching these. > > Reported-by: Walt Feasel > Signed-off-by: Heinrich Schuchardt > --- >  scripts/get_maintainer.pl | 2 +- >  1 file changed, 1 insertion(+), 1 deletion(-) > > 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; >   You are a Rock Star! Thanks, Walt