From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56467) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xghxz-0007fd-JV for qemu-devel@nongnu.org; Tue, 21 Oct 2014 18:31:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xghxv-0007dp-Ah for qemu-devel@nongnu.org; Tue, 21 Oct 2014 18:31:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56432) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xghxv-0007dh-3F for qemu-devel@nongnu.org; Tue, 21 Oct 2014 18:31:43 -0400 Date: Wed, 22 Oct 2014 01:35:12 +0300 From: "Michael S. Tsirkin" Message-ID: <20141021223512.GA18561@redhat.com> References: <1413796790-30579-1-git-send-email-armbru@redhat.com> <20141020141548.GA11062@redhat.com> <874muxeq4x.fsf@blackfin.pond.sub.org> <87a94pse4z.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87a94pse4z.fsf@blackfin.pond.sub.org> Subject: Re: [Qemu-devel] [PATCH] get_maintainer.pl: Default to --no-git-fallback List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: Peter Maydell , QEMU Developers , Kirill Batuzov On Tue, Oct 21, 2014 at 04:15:08PM +0200, Markus Armbruster wrote: > >> We do have too may files lacking maintainers. See > >> > >> Subject: MAINTAINERS leaves too many files uncovered > >> Date: Mon, 20 Oct 2014 11:19:44 +0200 > >> Message-ID: <87mw8rumhb.fsf@blackfin.pond.sub.org> > >> https://lists.nongnu.org/archive/html/qemu-devel/2014-10/msg01951.html > > The message also shows how to list unmaintained files: > > $ for i in `git-ls-files`; do [ "`scripts/get_maintainer.pl -f --no-git-fallback $i`" ] || echo $i; done > > I didn't include the full list because it's fairly big (~65KiB). > > [...] But first, apply my patch. Suddently the problem is much smaller. -- MST