* [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
* Re: [meta-raspberrypi][PATCH 2/2] README: Add extra iformation on creating/sending patches using git
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
0 siblings, 0 replies; 2+ messages in thread
From: Andrei Gherzan @ 2015-08-10 21:38 UTC (permalink / raw)
To: Khem Raj; +Cc: yocto
Hello,
On Mon, Aug 10, 2015 at 12:52:47AM -0700, Khem Raj wrote:
> 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(-)
Merged to master. Thanks.
--
Andrei Gherzan
^ permalink raw reply [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.