From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752184AbcBOGha (ORCPT ); Mon, 15 Feb 2016 01:37:30 -0500 Received: from mail-pa0-f46.google.com ([209.85.220.46]:36341 "EHLO mail-pa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751631AbcBOGh0 (ORCPT ); Mon, 15 Feb 2016 01:37:26 -0500 Date: Mon, 15 Feb 2016 12:07:18 +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: <20160215063718.GD6334@vireshk-i7> References: <1455514968.4046.1.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: <1455514968.4046.1.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, 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 -- viresh