[U-Boot] [PATCH] TCP and wget implementation. Patch V5, 3 of 3.

Calvin Johnson calvin.johnson at nxp.com
Mon Jan 29 04:16:53 UTC 2018


Hi Duncan Hare,

> -----Original Message-----
> From: U-Boot [mailto:u-boot-bounces at lists.denx.de] On Behalf Of
> DH at synoia.com
> Sent: Monday, January 29, 2018 9:24 AM
> To: DuncanCHare at yahoo.com
> Cc: u-boot at lists.denx.de; Joe Hershberger <joe.hershberger at ni.com>;
> Maxime Ripard <maxime.ripard at free-electrons.com>; Jagan Teki
> <jagan at 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 at 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


More information about the U-Boot mailing list