From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752314AbcBOISo (ORCPT ); Mon, 15 Feb 2016 03:18:44 -0500 Received: from mail-pa0-f49.google.com ([209.85.220.49]:35314 "EHLO mail-pa0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752284AbcBOISn (ORCPT ); Mon, 15 Feb 2016 03:18:43 -0500 Date: Mon, 15 Feb 2016 13:48:34 +0530 From: Viresh Kumar To: Joe Perches Cc: Linux Kernel Mailing List , "Rafael J. Wysocki" Subject: Re: [BUG]: get-maintainers unable to respect parenthesis in subsystem name Message-ID: <20160215081834.GF6334@vireshk-i7> References: <1455514968.4046.1.camel@perches.com> <20160215063718.GD6334@vireshk-i7> <1455521792.4046.3.camel@perches.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1455521792.4046.3.camel@perches.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. Thanks. -- viresh