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>
This commit is contained in:
Michael Opdenacker
2023-11-23 19:31:59 +01:00
committed by Steve Sakoman
parent 7862143282
commit 26124fcc41

View File

@@ -460,7 +460,7 @@ or any layer other than :oe_git:`openembedded-core </openembedded-core/>`,
please add the appropriate prefix so that it is clear which layer the patch is intended please add the appropriate prefix so that it is clear which layer the patch is intended
to be applied to:: to be applied to::
git send-email --subject-prefix="meta-oe][PATCH" ... git format-patch --subject-prefix="meta-oe][PATCH" ...
.. note:: .. note::