On 04/26/16 02:43, Wu, Jiaxin wrote:
> Hi Samer,
> 
> I think the prefix with " staging/branch][PATCH " should be good to the 
> staging patch subject.
> 
> For example:
> *git format-patch  --subject-prefix="staging/HTTPS-TLS][PATCH"*
> 
> Then, you will get the patch with "[staging/HTTPS-TLS][PATCH]" subject.

I think

  --subject-prefix="staging/HTTPS-TLS PATCH"

should work fine just as well, giving [staging/HTTPS-TLS PATCH].

The bracketed part (a "bag of tags") is a hint that is meant for humans
to read, and for the patch application tools (like git-am) to throw
away. It can well carry information (like a staging branch name) beyond
"PATCH", "03/12", and "v2". For example, you could have

  [staging/HTTPS-TLS PATCH v2 03/12] FooPkg: frob Bar

Thanks
Laszlo
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to