From: Viresh Kumar <viresh.kumar@linaro.org>
To: Junio C Hamano <gitster@pobox.com>
Cc: git@vger.kernel.org, Joe Perches <joe@perches.com>
Subject: Re: Issues with cc-cmd
Date: Mon, 15 Feb 2016 15:39:43 +0530 [thread overview]
Message-ID: <20160215100943.GU6334@vireshk-i7> (raw)
In-Reply-To: <xmqqh9haqody.fsf@gitster.mtv.corp.google.com>
On 15-02-16, 02:06, Junio C Hamano wrote:
> Viresh Kumar <viresh.kumar@linaro.org> writes:
>
> > linux-pm@vger.kernel.org) (open list:OPERATING PERFORMANCE POINTS
> > (OPP),
>
> Hmm
>
> http://lists.kernelnewbies.org/pipermail/kernelnewbies/2014-July/011343.html
>
> comes to mind. It tells you not to blindly automate this process.
>
> I do not offhand know if it was even designed to be directly used
> (and usable) as a cccmd, but anyway, I see this mention in its
> "Notes:" section:
>
> Using "--roles" or "--rolestats" with git send-email --cc-cmd or any
> other automated tools that expect only ["name"] <email address>
> may not work because of additional output after <email address>.
>
> I suspect that what you are showing is the "additional output after
> address" the above talks about.
>
> In any case, this command is maintained as part of the kernel, no?
> I see Joe Perches signed at the beginning of file in 2007; I do not
> know if he still maintains this script, or somebody else is
> primarily enhancing it these days (ehh, I probably could use the
> script on itself, but I am way too lazy late at night), but asking
> him would be a good starting point, instead of asking here.
Yeah, he told me this sometime back and that solved the issues I was
facing, and in fact it looks far better now. Thanks Junio.
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"
--
viresh
prev parent reply other threads:[~2016-02-15 10:09 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-15 8:27 Issues with cc-cmd Viresh Kumar
2016-02-15 10:06 ` Junio C Hamano
2016-02-15 10:09 ` Viresh Kumar [this message]
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=20160215100943.GU6334@vireshk-i7 \
--to=viresh.kumar@linaro.org \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=joe@perches.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).