From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752544AbcBOHgg (ORCPT ); Mon, 15 Feb 2016 02:36:36 -0500 Received: from smtprelay0227.hostedemail.com ([216.40.44.227]:60816 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751632AbcBOHge (ORCPT ); Mon, 15 Feb 2016 02:36:34 -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:2828:2896:3138:3139:3140:3141:3142:3352:3622:3867:3870:3871:3872:3873:3874:4321:5007:6119:6261:7809:7903:9010:10004:10400:10848:11232:11658:11783:11914:12043:12517:12519:12740:13069:13161:13229:13311:13357:13894:14659:21080:30029: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:20,LUA_SUMMARY:none X-HE-Tag: view32_736a4bf055f55 X-Filterd-Recvd-Size: 1995 Message-ID: <1455521792.4046.3.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: Sun, 14 Feb 2016 23:36:32 -0800 In-Reply-To: <20160215063718.GD6334@vireshk-i7> References: <1455514968.4046.1.camel@perches.com> <20160215063718.GD6334@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 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.