summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Schulz <quentin.schulz@cherry.de>2025-09-18 12:24:39 +0200
committerSteve Sakoman <steve@sakoman.com>2025-10-03 09:51:17 -0700
commit2399c63ca5a48114894d9f6b407917887362a7c6 (patch)
tree145db3fe647a3f47717c817218816193994029ca
parent866395041fc56ffcab30438eaf41e8013b7227fa (diff)
downloadpoky-2399c63ca5a48114894d9f6b407917887362a7c6.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: 508a1b7d905dabe8a36361da8e346040db4cca2a) 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>
-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 68903ad7a8..551911aced 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