Hi Doug,
On 02/11/2015 12:02 PM, Doug Brainard wrote:
Sorry, this was more me not understanding "git send-email" the first
It's OK, won't worry.
time and how to keep it only sending the latest commit.
We normally do it in steps
1. format patch
$ git format-patch -s -n (n is the number of patch you plan to send,
from top to bottom.)
2. check the patch
$ ./scripts/checkpatch.pl <your patches>
3. send the patch
$ git send-email --to=.. --cc=.. <patch files>
More details, please reference the documentation in kernel:
https://www.kernel.org/doc/Documentation/SubmittingPatches
Doug
Best Regards,
Bo Shen
_______________________________________________
barebox mailing list
barebox@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/barebox