Jordan,

Will this affect MdePkg only or all packages?  (I notice that there is a copy 
of this file in many if not all packages)  Is the plan to copy this change to 
other copies?  Are all copies the same?

On to the main part:

I do not agree with this change.

I prefer the attached patches and have to request them when I get inline 
patches.  As an SVN user, I find git-based inline patches very challenging to 
use.  I do not mind if other packages both formats.

I find that replying with another patch is often much more useful than I think 
replying inline to a patch would be (having not tried it per above).

Can you clarify what this means:
+* This format matches git's format-patch command.
+* Patch files can be attached, but inline is preferred.

Do you mean the patch email format or the patch itself?

-Jaben



-----Original Message-----
From: Jordan Justen [mailto:jordan.l.jus...@intel.com] 
Sent: Friday, August 01, 2014 3:52 PM
To: edk2-devel@lists.sourceforge.net
Subject: [edk2] [RFC 1/2] EDK II Contributions.txt: Update patch format 
information

Update to show what the patch looks like in email form.

Note a preference for inline patches.

NOTE: This does not modify the wording of the "TianoCore Contribution
      Agreement 1.0" section

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <jordan.l.jus...@intel.com>
---
 MdePkg/Contributions.txt | 40 +++++++++++++++++++++++++++-------------
 1 file changed, 27 insertions(+), 13 deletions(-)

diff --git a/MdePkg/Contributions.txt b/MdePkg/Contributions.txt index 
667ca10..dd1c6c3 100644
--- a/MdePkg/Contributions.txt
+++ b/MdePkg/Contributions.txt
@@ -20,9 +20,9 @@ To make a contribution to a TianoCore project, follow these 
steps.
    not documented, then submit the code on development email list
    for the project.
 
-=======================================
-= Change Description / Commit Message = 
-=======================================
+=====================================================
+= Change Description / Commit Message / Patch Email = 
+=====================================================
 
 Your change description should use the standard format for a  commit message, 
and must include your "Signed-off-by" signature @@ -30,7 +30,30 @@ and the 
"Contributed-under" message.
 
 == Sample Change Description / Commit Message =
 
-=== Definitions for sample change description ===
+=== Start of sample patch email message ===
+
+From: Contributor Name <contributor@email.server>
+Subject: CodeModule: Brief-single-line-summary
+
+Full-commit-message
+
+Contributed-under: TianoCore Contribution Agreement 1.0
+Signed-off-by: Contributor Name <contributor@email.server>
+---
+PATCH INCLUDED INLINE
+
+=== End of sample patch email message ===
+
+=== Notes for sample patch email ===
+
+* This format matches git's format-patch command.
+* Patch files can be attached, but inline is preferred.
+  - Replying to comment on a patch included inline is much easier.
+* The first line of commit message is taken from the email's subject
+  line. The remaining portion of the commit message is the email's
+  content until the '---' line.
+
+=== Definitions for sample patch email ===
 
 * "CodeModule" is a short idenfier for the affected code.  For
   example MdePkg, or MdeModulePkg UsbBusDxe.
@@ -44,15 +67,6 @@ and the "Contributed-under" message.
 * "Signed-off-by" is the contributor's signature identifying them
   by their real/legal name and their email address.
 
-=== Start of sample change description / commit message ===
-CodeModule: Brief-single-line-summary
-
-Full-commit-message
-
-Contributed-under: TianoCore Contribution Agreement 1.0
-Signed-off-by: Contributor Name <contributor@email.server> -=== End of sample 
change description / commit message ===
-
 ========================================
 = TianoCore Contribution Agreement 1.0 =  
========================================
--
2.0.1


------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel

------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to