Message ID | 20250918-submit-patches-v1-1-28abd2919df0@cherry.de |
---|---|
State | Under Review |
Headers | show |
Series | contributor-guide: submit-changes: improve instructions on commit content | expand |
diff --git a/documentation/contributor-guide/submit-changes.rst b/documentation/contributor-guide/submit-changes.rst index adb78fa08d8ec783ccdabff41a3ea69f16e7e3a0..e1215a5550f03f780da6478076d665bfe60c0641 100644 --- a/documentation/contributor-guide/submit-changes.rst +++ b/documentation/contributor-guide/submit-changes.rst @@ -123,7 +123,7 @@ to add the upgraded version. $ git commit -s file1 file2 dir1 dir2 ... - To include **a**\ ll staged files:: + To include all staged files:: $ git commit -sa