From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752501AbcBOIbA (ORCPT ); Mon, 15 Feb 2016 03:31:00 -0500 Received: from smtprelay0124.hostedemail.com ([216.40.44.124]:54974 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752409AbcBOIa7 (ORCPT ); Mon, 15 Feb 2016 03:30:59 -0500 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::,RULES_HIT:41:355:379:541:599:800:960:973:982:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1541:1593:1594:1711:1730:1747:1777:1792:2393:2559:2562:2693:2828:2896:3138:3139:3140:3141:3142:3353:3622:3866:3867:3868:3870:3871:3872:3873:3874:4321:5007:6119:6261:7809:7903:9010:10004:10400:10848:11232:11658:11783:11914:12043:12517:12519:12740:13069:13311:13357:13894:14659:21080:30029:30030:30054:30060:30064: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:4,LUA_SUMMARY:none X-HE-Tag: low60_8570367e2d3d X-Filterd-Recvd-Size: 2874 Message-ID: <1455525055.4046.9.camel@perches.com> Subject: Re: [BUG]: get-maintainers unable to respect parenthesis in subsystem name From: Joe Perches To: Viresh Kumar Cc: Linux Kernel Mailing List , "Rafael J. Wysocki" Date: Mon, 15 Feb 2016 00:30:55 -0800 In-Reply-To: <20160215081834.GF6334@vireshk-i7> References: <1455514968.4046.1.camel@perches.com> <20160215063718.GD6334@vireshk-i7> <1455521792.4046.3.camel@perches.com> <20160215081834.GF6334@vireshk-i7> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.4-0ubuntu1 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 Mon, 2016-02-15 at 13:48 +0530, Viresh Kumar wrote: > On 14-02-16, 23:36, Joe Perches wrote: > > On Mon, 2016-02-15 at 12:07 +0530, Viresh Kumar wrote: > > > On 14-02-16, 21:42, Joe Perches wrote: > > > > Not what I get with current -next: > > > > > > > > $ ./scripts/get_maintainer.pl -f Documentation/power/opp.txt  > > > > Viresh Kumar (maintainer:OPERATING > > > > PERFORMANCE POINTS (OPP)) > > > > Nishanth Menon (maintainer:OPERATING PERFORMANCE > > > > POINTS (OPP)) > > > > Stephen Boyd (maintainer:OPERATING > > > > PERFORMANCE POINTS (OPP)) > > > > "Rafael J. Wysocki" (supporter:SUSPEND TO > > > > RAM) > > > > Len Brown (supporter:SUSPEND TO RAM) > > > > Pavel Machek (supporter:SUSPEND TO RAM) > > > > linux-pm@vger.kernel.org (open list:OPERATING PERFORMANCE > > > > POINTS (OPP)) > > > > linux-kernel@vger.kernel.org (open list) > > > > > > Okay, its not get-maintainers, but cc-cmd that is screwing it up. > > > > > > I have tested it again with following in my .gitconfig: > > > > > > [sendemail] > > >         cccmd = scripts/get_maintainers~/scripts/cccmd > > > > > > > Then you should most likely fix your cccmd script. > > Sorry for bad copy-paste, it looks like this instead: > > [sendemail] >         cccmd = scripts/get_maintainers > > So, its some issue with git I suppose. I will try logging a ticket > there. git send-email requires a simple list of names and addresses without decorations like roles, commit stats or section names. You are supposed to use something like: tocmd = "scripts/get_maintainer.pl --nogit --nogit-fallback --norolestats --pattern-depth=1 --nol" cccmd = "scripts/get_maintainer.pl --nogit --nogit-fallback --norolestats --nom --nor"