How to send the [PATCH 0/x] kind of emails?

Mandeep Sandhu mandeepsandhu.chd at gmail.com
Fri Dec 12 17:27:19 EST 2014


Ok got it. The answer was right there at the end of the git send-email
man page! I should've 'scrolled' harder! :P

$ git format-patch --cover-letter -M origin/master -o outgoing/
$ edit outgoing/0000-*
$ git send-email outgoing/*

Regards,
-mandeep


On Fri, Dec 12, 2014 at 2:05 PM, Mandeep Sandhu
<mandeepsandhu.chd at gmail.com> wrote:
> How does one send this kind of summary email? Is it generated manually
> or through some git format-patch/send-email foo magic?
>
> I have 4 patches that I have to submit. I'd like to send a summary
> email (0/4) explaining the changes.
>
> Thanks,
> -mandeep



More information about the Kernelnewbies mailing list