summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-11-23 19:31:59 +0100
committerSteve Sakoman <steve@sakoman.com>2023-12-21 06:18:23 -1000
commit26124fcc414753f7e36791921a96ffda3e17325f (patch)
treedb4db3dc06d9f8ce26e20f767d73778e142500ca /documentation
parent7862143282213cd4b76c7fecfea4b1558143a182 (diff)
downloadpoky-26124fcc414753f7e36791921a96ffda3e17325f.tar.gz
contributor-guide: fix command option
"--subject-prefix" applies to "git format-patch", not "git send-email" (From yocto-docs rev: 870935bb94f40adbd61220bdb4b6f1eeaaea1ece) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
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