Git create patch series for multipe commits.

Sudip Mukherjee sudipm.mukherjee at gmail.com
Sat Sep 27 04:23:04 EDT 2014


On Sep 26, 2014 10:31 AM, "Anand Moon" <moon.linux at yahoo.com> wrote:
>
> Hi All,
>
> Could somebody provide me steps to create patch series.
>
the way i do it:
suppose you need to create patch series for your last 5 commits then :
git format-patch -5 -s -n -o patchfolder
patches will be saved in the patchfolder.
to send the series:
git send-mail patchfolder/*

thanks
sudip

> How to send version's of these patches.
>
> How to resend these patches.
>
>
> -Anand Moon
>
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20140927/22c66ee9/attachment.html 


More information about the Kernelnewbies mailing list