From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52502) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgtMu-00088q-4U for qemu-devel@nongnu.org; Wed, 22 Oct 2014 06:42:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XgtMn-00081V-6a for qemu-devel@nongnu.org; Wed, 22 Oct 2014 06:42:16 -0400 Received: from mail-wg0-x22c.google.com ([2a00:1450:400c:c00::22c]:64862) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgtMn-00081H-0D for qemu-devel@nongnu.org; Wed, 22 Oct 2014 06:42:09 -0400 Received: by mail-wg0-f44.google.com with SMTP id y10so3356264wgg.27 for ; Wed, 22 Oct 2014 03:42:08 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <544789FC.7010505@redhat.com> Date: Wed, 22 Oct 2014 12:42:04 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1413968902-24094-1-git-send-email-pbonzini@redhat.com> <20141022121747.4b445512@oc7435384737.ibm.com> <20141022102827.GA9949@redhat.com> In-Reply-To: <20141022102827.GA9949@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/4] small improvements to get_maintainer.pl List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" , Thomas Huth Cc: qemu-devel@nongnu.org, armbru@redhat.com On 10/22/2014 12:28 PM, Michael S. Tsirkin wrote: > On Wed, Oct 22, 2014 at 12:17:47PM +0200, Thomas Huth wrote: >> On Wed, 22 Oct 2014 11:08:18 +0200 >> Paolo Bonzini wrote: >> >>> See individual patches. My Perl-fu is limited, but the individual >>> changes are easy enough. >>> >>> Paolo Bonzini (4): >>> get_maintainer.pl: exit with status 1 if no maintainer found >>> get_maintainer.pl: treat all M entries the same >>> get_maintainer.pl: move git loop under "if ($email) {" >>> get_maintainer.pl: point at --git-fallback instead of enabling it >>> automatically >>> >>> scripts/get_maintainer.pl | 52 +++++++++++++++++++---------------------------- >>> 1 file changed, 21 insertions(+), 31 deletions(-) >> >> I think these are good patches ... but while you're at it, I wonder >> whether you should/could also replace the entry for "penguin_chief" in >> that file. It still points to Linus Torvalds - but I assume he does not >> like to be bothered with patches related to QEMU... ? >> >> Thomas > > Let's just drop this flag. I'll gladly leave that to someone else. :) Paolo