From: Vasiliy Kulikov <segooon@gmail.com>
To: kernel-janitors@vger.kernel.org
Subject: Re: threaded patch series
Date: Thu, 23 Sep 2010 12:00:24 +0000 [thread overview]
Message-ID: <20100923120024.GA26715@albatros> (raw)
In-Reply-To: <AANLkTikkJNwF4LS9rx5=bHM2R0Pm751Y1u9V8iAt0w1A@mail.gmail.com>
On Thu, Sep 23, 2010 at 13:09 +0400, Vasiliy Kulikov wrote:
> On Thu, Sep 23, 2010 at 10:55 +0200, Julia Lawall wrote:
> > I made some changes to git-send-email to get it to send mail to different
> > people, ie a different set of addresses for each patch. Is that now
> > possible with the standard version? If not I can submit a patch with my
> > changes at some point.
>
> I use git-send-email --cc-cmd=script_to_form_cc_list.
I mean this:
for f in *.patch; do
CMD="script_to_form_cc_list $f"
git-send-email --cc-cmd="$CMD" ... "$f"
done
--
Vasiliy
next prev parent reply other threads:[~2010-09-23 12:00 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <AANLkTinsM5jdU194FR8L3hTvBXk0Tr_oV2E5752NOUpq@mail.gmail.com>
2010-09-23 7:11 ` threaded patch series matt mooney
2010-09-23 7:36 ` Joe Perches
2010-09-23 8:55 ` Julia Lawall
2010-09-23 9:05 ` Joe Perches
2010-09-23 9:05 ` Joe Perches
2010-09-23 9:09 ` Vasiliy Kulikov
2010-09-23 12:00 ` Vasiliy Kulikov [this message]
2010-09-23 14:57 ` Joe Perches
2010-09-23 15:58 ` Julia Lawall
2010-09-23 17:17 ` [RFC PATCH] sit-send-email.pl: Add --to-cmd Joe Perches
2010-09-23 17:17 ` Joe Perches
2010-09-23 17:29 ` Ævar Arnfjörð Bjarmason
2010-09-23 17:46 ` Joe Perches
2010-09-23 17:46 ` Joe Perches
2010-09-23 17:50 ` Ævar Arnfjörð Bjarmason
2010-09-23 18:45 ` [PATCH V2] git-send-email.perl: " Joe Perches
2010-09-23 18:45 ` Joe Perches
2010-09-23 19:57 ` matt mooney
2010-09-23 19:57 ` matt mooney
2010-09-23 22:37 ` Junio C Hamano
2010-09-23 22:37 ` Junio C Hamano
2010-09-23 23:16 ` Ævar Arnfjörð Bjarmason
2010-09-24 1:18 ` [PATCH V3] " Joe Perches
2010-09-24 1:18 ` Joe Perches
2010-09-24 15:32 ` Jakub Narebski
2010-09-24 15:32 ` Jakub Narebski
2010-09-24 16:06 ` Joe Perches
2010-09-24 16:06 ` Joe Perches
2010-09-24 16:47 ` Ævar Arnfjörð Bjarmason
2010-09-24 17:03 ` [PATCH V4] " Joe Perches
2010-09-24 17:03 ` Joe Perches
2010-09-24 1:20 ` [PATCH V2] " Joe Perches
2010-09-24 1:20 ` Joe Perches
2010-09-23 18:01 ` threaded patch series matt mooney
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=20100923120024.GA26715@albatros \
--to=segooon@gmail.com \
--cc=kernel-janitors@vger.kernel.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.