summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorQuentin Schulz <quentin.schulz@cherry.de>2025-09-18 12:24:39 +0200
committerSteve Sakoman <steve@sakoman.com>2025-09-30 08:01:59 -0700
commit93eb8227dd045e5d3945acfa8fe84103f38215e3 (patch)
tree1562cb100ff19fc3d643da284c4fc550ca8a4a4c /documentation
parentb55b77df5f079de3f7019d00dbac3f8066c79f8a (diff)
downloadpoky-93eb8227dd045e5d3945acfa8fe84103f38215e3.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: 80be07404bd8215b198f5fb0936e3786072559b6) Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit 6c499b3796a578a0fe4c319c9547b4321b0d41df) Signed-off-by: Antonin Godard <antonin.godard@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 6d5d69d7cf..df95ad9ed2 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