On Mon, 2015-01-05 at 13:18 +0000, Wei Liu wrote: > FWIW in the future please configure git to chain all your patches to one > thread. :-) > > What I usually do is to > > git format-patch HEAD~NNN --cover --subject-prefix='PATCH vXX' > ... edit 0000-cover-letter.patch ... > git send-email --to xen-devel@ --cc XXX > > All patches will be chained to 00/00 cover letter.
FWIW I author 00/NN in my regular MUA then: git format-patch HEAD~NNN --in-reply-to='<msg-id-of-00-NN>' --subject-prefix='PATCH vXX' But the affect is the same I think. Ian. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel