diff mbox series

[U-Boot,1/1] scripts/get_maintainer.pl: enable find_maintainer_files

Message ID 20171028053415.4430-1-xypron.glpk@gmx.de
State Accepted
Commit b79372ae94fbc9e30d014ad8ce830d2062539eb9
Delegated to: Tom Rini
Headers show
Series [U-Boot,1/1] scripts/get_maintainer.pl: enable find_maintainer_files | expand

Commit Message

Heinrich Schuchardt Oct. 28, 2017, 5:34 a.m. UTC
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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Walt Feasel Oct. 28, 2017, 5:46 a.m. UTC | #1
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 <waltfeasel@gmail.com>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> ---
>  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
Tom Rini Oct. 29, 2017, 10:02 p.m. UTC | #2
On Sat, Oct 28, 2017 at 07:34:15AM +0200, Heinrich Schuchardt wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox series

Patch

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;