Re: [BUG]: get-maintainers unable to respect parenthesis in subsystem name

From: Joe Perches
Date: Mon Feb 15 2016 - 02:36:39 EST


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 <vireshk@xxxxxxxxxx> (maintainer:OPERATING PERFORMANCE POINTS (OPP))
> > Nishanth Menon <nm@xxxxxx> (maintainer:OPERATING PERFORMANCE POINTS (OPP))
> > Stephen Boyd <sboyd@xxxxxxxxxxxxxx> (maintainer:OPERATING PERFORMANCE POINTS (OPP))
> > "Rafael J. Wysocki" <rjw@xxxxxxxxxxxxx> (supporter:SUSPEND TO RAM)
> > Len Brown <len.brown@xxxxxxxxx> (supporter:SUSPEND TO RAM)
> > Pavel Machek <pavel@xxxxxx> (supporter:SUSPEND TO RAM)
> > linux-pm@xxxxxxxxxxxxxxx (open list:OPERATING PERFORMANCE POINTS (OPP))
> > linux-kernel@xxxxxxxxxxxxxxx (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.