Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1334269

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

From Joe Perches <joe@perches.com>
Newsgroups linux.kernel
Subject Re: [BUG]: get-maintainers unable to respect parenthesis in subsystem name
Date 2016-02-15 09:40 +0100
Message-ID <r2mRn-6Rc-65@gated-at.bofh.it> (permalink)
References <r2jqr-4p0-19@gated-at.bofh.it> <r2kcO-55M-3@gated-at.bofh.it> <r2kZb-5E7-9@gated-at.bofh.it> <r2lVg-6g1-27@gated-at.bofh.it> <r2mxY-6JK-19@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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 <vireshk@kernel.org> (maintainer:OPERATING
> > > > PERFORMANCE POINTS (OPP))
> > > > Nishanth Menon <nm@ti.com> (maintainer:OPERATING PERFORMANCE
> > > > POINTS (OPP))
> > > > Stephen Boyd <sboyd@codeaurora.org> (maintainer:OPERATING
> > > > PERFORMANCE POINTS (OPP))
> > > > "Rafael J. Wysocki" <rjw@rjwysocki.net> (supporter:SUSPEND TO
> > > > RAM)
> > > > Len Brown <len.brown@intel.com> (supporter:SUSPEND TO RAM)
> > > > Pavel Machek <pavel@ucw.cz> (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"

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[BUG]: get-maintainers unable to respect parenthesis in subsystem name Viresh Kumar <viresh.kumar@linaro.org> - 2016-02-15 06:00 +0100
  Re: [BUG]: get-maintainers unable to respect parenthesis in  subsystem name Joe Perches <joe@perches.com> - 2016-02-15 06:50 +0100
    Re: [BUG]: get-maintainers unable to respect parenthesis in  subsystem name Viresh Kumar <viresh.kumar@linaro.org> - 2016-02-15 07:40 +0100
      Re: [BUG]: get-maintainers unable to respect parenthesis in  subsystem name Joe Perches <joe@perches.com> - 2016-02-15 08:40 +0100
        Re: [BUG]: get-maintainers unable to respect parenthesis in  subsystem name Viresh Kumar <viresh.kumar@linaro.org> - 2016-02-15 09:20 +0100
          Re: [BUG]: get-maintainers unable to respect parenthesis in  subsystem name Joe Perches <joe@perches.com> - 2016-02-15 09:40 +0100
            Re: [BUG]: get-maintainers unable to respect parenthesis in  subsystem name Viresh Kumar <viresh.kumar@linaro.org> - 2016-02-15 09:50 +0100

csiph-web