diff options
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 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 | ||
444 | Then, review each subject line and list of recipients carefully, and then | 444 | Then, review each subject line and list of recipients carefully, and then |
445 | and then allow the command to send each message. | 445 | allow the command to send each message. |
446 | 446 | ||
447 | You will see that ``git send-email`` will automatically copy the people listed | 447 | You will see that ``git send-email`` will automatically copy the people listed |
448 | in any commit tags such as ``Signed-off-by`` or ``Reported-by``. | 448 | in any commit tags such as ``Signed-off-by`` or ``Reported-by``. |