[U-Boot] How to thread a patch sequence?

Jean-Christophe PLAGNIOL-VILLARD plagnioj at jcrosoft.com
Sun Jun 28 21:52:48 CEST 2009


On 11:54 Sun 28 Jun     , Prafulla Wadaskar wrote:
> Hi
> 
> I have posted a patch http://lists.denx.de/pipermail/u-boot/2009-June/054797.html
> I didn't received email confirmation for the same. (generally I get)
> Now I need to send v2 patch for the same.
> 
> I want to thread my new patch with this earlier patch for better understanding of everyone on this mailing list.
> Generally I was using message id of received email for this purpose.
> 
> Since for above patch I didn't received an email
> How do I get information to put in "--in-reply-to" field?
1) generate your patch with some think like this
git format-patch -M -B -C --numbered --start-number 1
2) send it via
git send-email --to u-boot at lists.denx.de 000*

Best Regards,
J.


More information about the U-Boot mailing list