diff options
author | Khem Raj <raj.khem@gmail.com> | 2015-08-10 00:52:47 -0700 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2015-08-10 23:37:14 +0200 |
commit | 17dad9328b100beda1cf870c9075e509b5cbfa90 (patch) | |
tree | bc475f46d93f5055615a94ba486219c1da512344 | |
parent | ade923f17d242f9a043b1714deb584929a2ffe8e (diff) | |
download | meta-raspberrypi-17dad9328b100beda1cf870c9075e509b5cbfa90.tar.gz |
README: Add extra iformation on creating/sending patches using git
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>
-rw-r--r-- | README | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -232,9 +232,14 @@ above specified mailing list. | |||
232 | The patches should be compliant with the openembedded patch guidelines: | 232 | The patches should be compliant with the openembedded patch guidelines: |
233 | http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines | 233 | http://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines |
234 | 234 | ||
235 | To send changes to mailing list use something like: | 235 | |
236 | git send-email --to yocto@yoctoproject.org \ | 236 | When creating patches, please use something like: |
237 | --subject-prefix='meta-raspberrypi][PATCH' | 237 | |
238 | git format-patch -s --subject-prefix='meta-raspberrypi][PATCH' origin | ||
239 | |||
240 | When sending patches to mailing list, please use something like: | ||
241 | |||
242 | git send-email --to yocto@yoctoproject.org <generated patch> | ||
238 | 243 | ||
239 | 5.B. Redmine | 244 | 5.B. Redmine |
240 | ============ | 245 | ============ |