Re: threaded patch series

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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
--
To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Kernel Development]     [Kernel Announce]     [Kernel Newbies]     [Linux Networking Development]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Device Mapper]

  Powered by Linux