Dec. 12, 2014
10:27 p.m.
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@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