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:14:00 -1000
commit3a5ddec4d1ea6aabdf3894e29e45126778795ea2 (patch)
tree61cf2d09f88b23abdfe03953756a32c3567c6f7b /documentation
parentd00aada1d182392b6a7cd714218318ca00a90b4d (diff)
downloadpoky-3a5ddec4d1ea6aabdf3894e29e45126778795ea2.tar.gz
contributor-guide: fix command option
"--subject-prefix" applies to "git format-patch", not "git send-email" (From yocto-docs rev: cf3697cebc0494a624fa2766d07c3532ec6b4341) 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 cda2d12d25..289ec1383c 100644
--- a/documentation/contributor-guide/submit-changes.rst
+++ b/documentation/contributor-guide/submit-changes.rst
@@ -420,7 +420,7 @@ or any layer other than :oe_git:`openembedded-core </openembedded-core/>`,
420please add the appropriate prefix so that it is clear which layer the patch is intended 420please add the appropriate prefix so that it is clear which layer the patch is intended
421to be applied to:: 421to be applied to::
422 422
423 git send-email --subject-prefix="meta-oe][PATCH" ... 423 git format-patch --subject-prefix="meta-oe][PATCH" ...
424 424
425.. note:: 425.. note::
426 426