[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.02.1401241517100.12813@chino.kir.corp.google.com>
Date: Fri, 24 Jan 2014 15:17:46 -0800 (PST)
From: David Rientjes <rientjes@...gle.com>
To: Joe Perches <joe@...ches.com>
cc: Andrew Morton <akpm@...ux-foundation.org>,
Ard Biesheuvel <ard.biesheuvel@...aro.org>,
Mike Waychison <mikew@...gle.com>, gregkh@...uxfoundation.org,
linux-kernel@...r.kernel.org
Subject: Re: [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 &&
> + (!@...ntainers || ($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!
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists