From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:53908) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QWXZ4-0004Xn-6o for qemu-devel@nongnu.org; Tue, 14 Jun 2011 13:38:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QWXZ1-0006ff-A6 for qemu-devel@nongnu.org; Tue, 14 Jun 2011 13:38:08 -0400 Received: from mx1.redhat.com ([209.132.183.28]:1030) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QWXZ0-0006fY-Ps for qemu-devel@nongnu.org; Tue, 14 Jun 2011 13:38:07 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p5EHc5ui014968 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 14 Jun 2011 13:38:05 -0400 Received: from redhat.com (dhcp-1-35.tlv.redhat.com [10.35.1.35]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with SMTP id p5EHc4bL018545 for ; Tue, 14 Jun 2011 13:38:05 -0400 Date: Tue, 14 Jun 2011 20:38:23 +0300 From: "Michael S. Tsirkin" Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PATCH 0/2] get_maintainers script List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org I copied get_maintainers.pl from Linux, seems to work. Here it is, with minor tweaks Michael S. Tsirkin (2): get_maintainer.pl: copy utility from Linux get_maintainer: update to match qemu tree scripts/get_maintainer.pl | 2144 +++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 2144 insertions(+), 0 deletions(-) create mode 100755 scripts/get_maintainer.pl -- 1.7.5.53.gc233e