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

waltfeasel at gmail.com waltfeasel at gmail.com
Sat Oct 28 05:46:00 UTC 2017


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 at gmail.com>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at 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


More information about the U-Boot mailing list