diff options
author | Quentin Schulz <quentin.schulz@cherry.de> | 2025-09-18 12:24:39 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-09-26 16:40:40 +0100 |
commit | 2eb489092cec3af8e7da6bf648a438fc92160e1b (patch) | |
tree | 42976a4fdf165eae39858f8d68360d96acc880ee /documentation | |
parent | bb0dff2e2327552061139746c37aa62cfdd5ec38 (diff) | |
download | poky-2eb489092cec3af8e7da6bf648a438fc92160e1b.tar.gz |
contributor-guide: submit-changes: fix improper bold string
I don't know what was the initial intent but this doesn't seem right, so
let's remove the bold formatting.
Fixes: 4abe87cb20d3 ("contributor-guide: submit-changes: detail commit and patch creation")
Cc: Michael Opdenacker <michael.opdenacker@rootcommit.com>
(From yocto-docs rev: 6c499b3796a578a0fe4c319c9547b4321b0d41df)
Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 adb78fa08d..e1215a5550 100644 --- a/documentation/contributor-guide/submit-changes.rst +++ b/documentation/contributor-guide/submit-changes.rst | |||
@@ -123,7 +123,7 @@ to add the upgraded version. | |||
123 | 123 | ||
124 | $ git commit -s file1 file2 dir1 dir2 ... | 124 | $ git commit -s file1 file2 dir1 dir2 ... |
125 | 125 | ||
126 | To include **a**\ ll staged files:: | 126 | To include all staged files:: |
127 | 127 | ||
128 | $ git commit -sa | 128 | $ git commit -sa |
129 | 129 | ||