On 2016-02-03 15:20:22, Hauch, Larry wrote:
> Hi Jordan,
> Git config global entry:
> commit.template=C:/Users/lhauch/msgtemplate.txt was not picked up by
> git send-email.
> 

You might try /c/Users ...

Another note, you should prefix the subject (1st line of commit
message) with BaseTools.

https://github.com/tianocore/tianocore.github.io/wiki/Commit-Message-Format

For example:

BaseTools: Reformatting xsd document with VS2013

> Here is the content of that file:
> BaseTools-Conf: Re-formatting xsd file using VS2013
> 
> No functional changes - this just changes the XML format in the XSD file.
> 
> Cc: Zhu Yonghong <yonghong....@intel.com>
> Contributed-under: TianoCore Contribution Agreement 1.0
> Signed-off-by: Larry Hauch <larry.ha...@intel.com>
> Reviewed-by: Reviewer Name <reviewer@reviewer-email.server>
> 

Is this Reviewed-by in your template? You shouldn't include that when
sending out the patch. When someone replies, they'll include the full
Reviewed-by which you can then copy into the commit message when
amending it.

-Jordan

> ANYHOW, here's the required content:
> 
> Contributed-under: TianoCore Contribution Agreement 1.0
> Signed-off-by: Larry Hauch <larry.ha...@intel.com>
> Reviewed-by: Reviewer Name <reviewer@reviewer-email.server>
> 
> > -----Original Message-----
> > From: Justen, Jordan L
> > Sent: Wednesday, February 03, 2016 3:12 PM
> > To: Hauch, Larry; edk2-devel@lists.01.org
> > Subject: Re: [edk2] [PATCH] Reformatting xsd document with VS2013
> > 
> > Missing Contributed-under/Signed-off-by. (See
> > BaseTools/Contributions.txt)
> > 
> > On 2016-02-03 14:49:09, Larry Hauch wrote:
> > > ---
> > >  BaseTools/Conf/XMLSchema/DistributionPackage.xsd | 5735
> > ++++++++++++----------
> > >  1 file changed, 3080 insertions(+), 2655 deletions(-)
> > >
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to