
Hi Duncan Hare,
-----Original Message----- From: U-Boot [mailto:u-boot-bounces@lists.denx.de] On Behalf Of DH@synoia.com Sent: Monday, January 29, 2018 9:24 AM To: DuncanCHare@yahoo.com Cc: u-boot@lists.denx.de; Joe Hershberger joe.hershberger@ni.com; Maxime Ripard maxime.ripard@free-electrons.com; Jagan Teki jagan@openedev.com Subject: [U-Boot] [PATCH] TCP and wget implementation. Patch V5, 3 of 3.
I guess you are manually adding the patch version and number. If so, I would suggest to use the following command, to allow git to prefix "PATCH v5" tag to the series and to prepare a cover letter.
git format-patch --subject-prefix="PATCH v5" -3 --cover-letter
While using git send-email command the following command can be used:
git send-email --to=u-boot@linux.freescale.net *.patch
Refer:- https://www.denx.de/wiki/U-Boot/Patches
Patman is a nice tool for all this.
http://git.denx.de/?p=u-boot.git;a=blob;f=tools/patman/README
regards Calvin