summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
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 25f839ba03..a4e1a5a4d9 100644
--- a/documentation/contributor-guide/submit-changes.rst
+++ b/documentation/contributor-guide/submit-changes.rst
@@ -442,7 +442,7 @@ typical usage of ``git send-email``::
442 git send-email --to <mailing-list-address> *.patch 442 git send-email --to <mailing-list-address> *.patch
443 443
444Then, review each subject line and list of recipients carefully, and then 444Then, review each subject line and list of recipients carefully, and then
445and then allow the command to send each message. 445allow the command to send each message.
446 446
447You will see that ``git send-email`` will automatically copy the people listed 447You will see that ``git send-email`` will automatically copy the people listed
448in any commit tags such as ``Signed-off-by`` or ``Reported-by``. 448in any commit tags such as ``Signed-off-by`` or ``Reported-by``.