From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41311) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgqcV-0002xY-GK for qemu-devel@nongnu.org; Wed, 22 Oct 2014 03:46:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XgqcQ-0005ea-O3 for qemu-devel@nongnu.org; Wed, 22 Oct 2014 03:46:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39606) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgqcQ-0005eQ-G8 for qemu-devel@nongnu.org; Wed, 22 Oct 2014 03:46:06 -0400 Message-ID: <544760B5.5050202@redhat.com> Date: Wed, 22 Oct 2014 09:45:57 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1413796790-30579-1-git-send-email-armbru@redhat.com> <20141020141548.GA11062@redhat.com> <544556A1.3020405@redhat.com> <87r3y1tukp.fsf@blackfin.pond.sub.org> <20141021223129.GD18051@redhat.com> <8738agegfv.fsf@blackfin.pond.sub.org> <20141022071257.GA24952@redhat.com> In-Reply-To: <20141022071257.GA24952@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit 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: "Michael S. Tsirkin" , Markus Armbruster Cc: Peter Maydell , QEMU Developers On 10/22/2014 09:12 AM, Michael S. Tsirkin wrote: > > $ scripts/get_maintainer.pl -f util/cutils.c > > Luiz Capitulino (commit_signer:1/2=50%) > > Eric Blake (commit_signer:1/2=50%) > > Alexey Kardashevskiy (commit_signer:1/2=50%) > > Laszlo Ersek (commit_signer:1/2=50%) > > Amit Shah (commit_signer:1/2=50%) > > > > A sufficiently seasoned contributor will spot the "commit_signer" tags, > > and the output as a hint to find people to copy. In this particular > > case, he'll recognize the hint is useless. Maybe he'll try something > > like --git-since 2010 or --git-blame then. I'd just peruse git-log. > > > > A less seasoned contributor will blindly copy all five. > > I give up. What's the correct answer? > I frankly don't know whom should one copy on this file. > Fabrice? Most likely, no one. Just qemu-devel and/or qemu-trivial. Paolo