[meta-freescale] [PATCH] README: Remove subject-prefix from git format-patch command

Fabio Berton fabio.berton at ossystems.com.br
Fri Oct 21 05:07:35 PDT 2016


Removing --subject-prefix='meta-freescale][PATCH']' from git
format-patch the generated patch will be created with default
subject as shown bellow:

Subject: [PATCH] README: Remove subject-prefix from git format-patch command

Signed-off-by: Fabio Berton <fabio.berton at ossystems.com.br>
---
 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README
index 33d4c08..1f40864 100644
--- a/README
+++ b/README
@@ -31,7 +31,7 @@ Source code:
 
 When creating patches, please use something like:
 
-    git format-patch -s --subject-prefix='meta-freescale][PATCH' origin
+    git format-patch -s origin
 
 When sending patches, please use something like:
 
-- 
2.1.4



More information about the meta-freescale mailing list