From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932203AbbLEBSk (ORCPT ); Fri, 4 Dec 2015 20:18:40 -0500 Received: from smtprelay0175.hostedemail.com ([216.40.44.175]:49552 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751942AbbLEBSj (ORCPT ); Fri, 4 Dec 2015 20:18:39 -0500 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::,RULES_HIT:41:355:379:541:599:960:973:982:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1540:1593:1594:1711:1730:1747:1777:1792:2393:2559:2562:2828:3138:3139:3140:3141:3142:3352:3622:3865:3866:3867:3868:3871:3872:3873:4321:5007:6261:9040:10004:10400:10848:11232:11658:11783:11914:12296:12517:12519:12740:13069:13311:13357:13894:14659:21080:30054:30062:30091,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:fn,MSBL:0,DNSBL:none,Custom_rules:0:0:0,LFtime:2,LUA_SUMMARY:none X-HE-Tag: grip08_2e244e9655e23 X-Filterd-Recvd-Size: 1854 Message-ID: <1449278316.8611.30.camel@perches.com> Subject: Re: [PATCH] MAINTAINERS: add myself as Renesas Ethernet drivers reviewer From: Joe Perches To: Sergei Shtylyov , netdev@vger.kernel.org Cc: linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org Date: Fri, 04 Dec 2015 17:18:36 -0800 In-Reply-To: <56623A25.3040002@cogentembedded.com> References: <1846877.jRW8849mPU@wasted.cogentembedded.com> <1449276063.8611.25.camel@perches.com> <56623680.4050808@cogentembedded.com> <1449277327.8611.27.camel@perches.com> <56623A25.3040002@cogentembedded.com> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.2-0ubuntu2 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 2015-12-05 at 04:13 +0300, Sergei Shtylyov wrote: > On 12/05/2015 04:02 AM, Joe Perches wrote: > > > Since you seem to be get_maintainers.pl maintainer, I (and not only I) > > > would like to propose a switch to suppress the committers/authors/etc. It's > > > generally annoying and unhelpful to have the bunch of people listed, none of > > > which usually are a good addressees for the patches... > > > > Done! > > > Add "--nogit" and "--nogit-fallback" > >     Em, --nogit is the dafault, according to --help. --nogit-fallback is  > enough but it's undocumented. :-/ umm $ ./scripts/get_maintainer.pl --help [...]     --git-fallback => use git when no exact MAINTAINERS pattern (default: 1) [...]   Most options have both positive and negative forms.       The negative forms for -- are --no and --no-.