From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56070) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgruE-0000DH-6C for qemu-devel@nongnu.org; Wed, 22 Oct 2014 05:08:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xgru8-0006AR-PD for qemu-devel@nongnu.org; Wed, 22 Oct 2014 05:08:34 -0400 Received: from mx1.redhat.com ([209.132.183.28]:23870) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xgru8-0006AL-HR for qemu-devel@nongnu.org; Wed, 22 Oct 2014 05:08:28 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s9M98Rjn007698 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 22 Oct 2014 05:08:27 -0400 From: Paolo Bonzini Date: Wed, 22 Oct 2014 11:08:18 +0200 Message-Id: <1413968902-24094-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH 0/4] small improvements to get_maintainer.pl List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: armbru@redhat.com, mst@redhat.com 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(-) -- 1.8.3.1