* [meta-raspberrypi][PATCH 2/2] README: Add extra iformation on creating/sending patches using git
@ 2015-08-10 7:52 Khem Raj
2015-08-10 21:38 ` Andrei Gherzan
0 siblings, 1 reply; 2+ messages in thread
From: Khem Raj @ 2015-08-10 7:52 UTC (permalink / raw)
To: yocto
Current instructions could be improvised to help user in creating
properly formatted patches with some command help on git format-patch
and git send-email
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
README | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/README b/README
index d70f21f..e32de3a 100644
--- a/README
+++ b/README
@@ -232,9 +232,14 @@ above specified mailing list.
The patches should be compliant with the openembedded patch guidelines:
http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
-To send changes to mailing list use something like:
- git send-email --to yocto@yoctoproject.org \
- --subject-prefix='meta-raspberrypi][PATCH'
+
+When creating patches, please use something like:
+
+ git format-patch -s --subject-prefix='meta-raspberrypi][PATCH' origin
+
+When sending patches to mailing list, please use something like:
+
+ git send-email --to yocto@yoctoproject.org <generated patch>
5.B. Redmine
============
--
2.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-08-10 21:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-10 7:52 [meta-raspberrypi][PATCH 2/2] README: Add extra iformation on creating/sending patches using git Khem Raj
2015-08-10 21:38 ` Andrei Gherzan
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.