lkml.org 
[lkml]   [2014]   [Jan]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] firmware/google: drop 'select EFI' to avoid recursive dependency
On Fri, 24 Jan 2014, Joe Perches wrote:

> diff --git a/scripts/get_maintainer.pl b/scripts/get_maintainer.pl
> index 9c3986f..ef05ed6 100755
> --- a/scripts/get_maintainer.pl
> +++ b/scripts/get_maintainer.pl
> @@ -483,6 +483,13 @@ my %deduplicate_address_hash = ();
>
> my @maintainers = get_maintainers();
>
> +if ($email_maintainer && !$interactive && !$email_git_blame &&
> + (!@maintainers || ($email_list && @maintainers == 1))) {
> + warn "$P: No maintainer found, trying harder, addresses may be stale...\n";
> + $email_git_blame = 1;
> + @maintainers = get_maintainers();
> +}
> +
> if (@maintainers) {
> @maintainers = merge_email(@maintainers);
> output(@maintainers);

Works well and has good advice on how emails may be stale, thanks Joe!


\
 
 \ /
  Last update: 2014-01-25 00:41    [W:0.093 / U:0.060 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site