summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-11-23 19:31:59 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-12-01 17:45:06 +0000
commitdbcc4df413c1bd3bac196b32565fb91146c7b0f0 (patch)
tree876d5d47579380f27d0a5b71ef3041cf0f0bc0ce /documentation
parent9773b0c64c9974f43b52a309e9811fdc31cd607b (diff)
downloadpoky-dbcc4df413c1bd3bac196b32565fb91146c7b0f0.tar.gz
contributor-guide: fix command option
"--subject-prefix" applies to "git format-patch", not "git send-email" (From yocto-docs rev: d0e255f4ace445e076f37d42bbc69378f5985c59) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/contributor-guide/submit-changes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/contributor-guide/submit-changes.rst b/documentation/contributor-guide/submit-changes.rst
index 53daaf901a..5a6136c8c8 100644
--- a/documentation/contributor-guide/submit-changes.rst
+++ b/documentation/contributor-guide/submit-changes.rst
@@ -460,7 +460,7 @@ or any layer other than :oe_git:`openembedded-core </openembedded-core/>`,
460please add the appropriate prefix so that it is clear which layer the patch is intended 460please add the appropriate prefix so that it is clear which layer the patch is intended
461to be applied to:: 461to be applied to::
462 462
463 git send-email --subject-prefix="meta-oe][PATCH" ... 463 git format-patch --subject-prefix="meta-oe][PATCH" ...
464 464
465.. note:: 465.. note::
466 466