From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtprelay0117.hostedemail.com ([216.40.44.117]:47895 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1759124AbcG1DVL (ORCPT ); Wed, 27 Jul 2016 23:21:11 -0400 Message-ID: <1469676065.3998.19.camel@perches.com> Subject: Re: [GIT PULL] binfmt_misc updates for 4.7+ merge window From: Joe Perches To: Linus Torvalds Cc: James Bottomley , Andrew Morton , linux-kernel , linux-fsdevel , Al Viro , "containers@lists.linux-foundation.org" Date: Wed, 27 Jul 2016 20:21:05 -0700 In-Reply-To: References: <1469673106.3565.9.camel@HansenPartnership.com> <1469674670.3998.18.camel@perches.com> Content-Type: text/plain; charset="ISO-8859-1" Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Wed, 2016-07-27 at 20:12 -0700, Linus Torvalds wrote: > On Wed, Jul 27, 2016 at 7:57 PM, Joe Perches wrote: > > > > > > It'll continue to list only Al Viro unless a --git cmdline option > > is specified and almost no one uses that. > Did you actually try it. yes. $ ./scripts/get_maintainer.pl -f fs/binfmt_misc.c� Alexander Viro (maintainer:FILESYSTEMS (VFS and infrastructure)) linux-fsdevel@vger.kernel.org (open list:FILESYSTEMS (VFS and infrastructure)) linux-kernel@vger.kernel.org (open list) joe@XPS-9350:~/linux/next$ ./scripts/get_maintainer.pl -f fs/binfmt_misc.c --git Alexander Viro (maintainer:FILESYSTEMS (VFS and infrastructure),commit_signer:2/3=67%,authored:2/3=67%,added_lines:10/49 =20%,removed_lines:14/16=88%) James Bottomley (commit_signer:1/3=33%,authored:1/3=33%,added_lines:39/49=80%,removed_li nes:2/16=12%) Serge Hallyn (commit_signer:1/3=33%) linux-fsdevel@vger.kernel.org (open list:FILESYSTEMS (VFS and infrastructure)) linux-kernel@vger.kernel.org (open list) > The get_maintainer.pl script should use "--git-fallback" by default, > so in the absence of a an exact match (which it won't have) it _will_ > in fact pick out recent git authorship. > > (Where "recent" means "in the last year" by default). > > I depend that recent authorship matching quite a lot. In fact, I think > the reason nobody uses "--git" is that the default "--git-fallback" is > sufficient most of the time. > > ����������������Linus