All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joe Perches <joe@perches.com>
To: Viresh Kumar <viresh.kumar@linaro.org>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	"Rafael J. Wysocki" <rjw@rjwysocki.net>
Subject: Re: [BUG]: get-maintainers unable to respect parenthesis in subsystem name
Date: Mon, 15 Feb 2016 00:30:55 -0800	[thread overview]
Message-ID: <1455525055.4046.9.camel@perches.com> (raw)
In-Reply-To: <20160215081834.GF6334@vireshk-i7>

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"

  reply	other threads:[~2016-02-15  8:31 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-15  4:57 [BUG]: get-maintainers unable to respect parenthesis in subsystem name Viresh Kumar
2016-02-15  5:42 ` Joe Perches
2016-02-15  6:37   ` Viresh Kumar
2016-02-15  7:36     ` Joe Perches
2016-02-15  8:18       ` Viresh Kumar
2016-02-15  8:30         ` Joe Perches [this message]
2016-02-15  8:43           ` Viresh Kumar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1455525055.4046.9.camel@perches.com \
    --to=joe@perches.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rjw@rjwysocki.net \
    --cc=viresh.kumar@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.