From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41700) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgHpA-0001nZ-7S for qemu-devel@nongnu.org; Mon, 20 Oct 2014 14:37:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XgHp3-0007Oi-DD for qemu-devel@nongnu.org; Mon, 20 Oct 2014 14:36:56 -0400 Received: from mail-wi0-x234.google.com ([2a00:1450:400c:c05::234]:57018) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgHp3-0007Ob-6D for qemu-devel@nongnu.org; Mon, 20 Oct 2014 14:36:49 -0400 Received: by mail-wi0-f180.google.com with SMTP id em10so7152275wid.7 for ; Mon, 20 Oct 2014 11:36:48 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <5445563D.1090402@redhat.com> Date: Mon, 20 Oct 2014 20:36:45 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <87mw8rumhb.fsf@blackfin.pond.sub.org> In-Reply-To: <87mw8rumhb.fsf@blackfin.pond.sub.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] MAINTAINERS leaves too many files uncovered List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster , qemu-devel On 10/20/2014 11:19 AM, Markus Armbruster wrote: > In my experience, too many files are not covered by MAINTAINERS. > scripts/get_maintainer.pl falls back to git then, unless you say > --no-git-fallback. Copies sent there tends to annoy their recipients > without accomplishing all that much. > > Two obvious improvements: > > * Easy: Flip scripts/get_maintainer.pl's default to --no-git-fallback. > I'll post the obvious patch, please raise your objections there. In many cases it annoys recipients. In other cases, the top 1-2 results are actually a good match for a prospective maintainer. I suspect this is the case for most tests, in fact. Paolo