diff options
| author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-11-23 19:31:59 +0100 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2023-12-21 06:18:23 -1000 |
| commit | 26124fcc414753f7e36791921a96ffda3e17325f (patch) | |
| tree | db4db3dc06d9f8ce26e20f767d73778e142500ca /documentation | |
| parent | 7862143282213cd4b76c7fecfea4b1558143a182 (diff) | |
| download | poky-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.rst | 2 |
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/>`, | |||
| 460 | please add the appropriate prefix so that it is clear which layer the patch is intended | 460 | please add the appropriate prefix so that it is clear which layer the patch is intended |
| 461 | to be applied to:: | 461 | to 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 | ||
