diff options
Diffstat (limited to 'documentation/contributor-guide')
-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 47a416b245..7dc8da7aeb 100644 --- a/documentation/contributor-guide/submit-changes.rst +++ b/documentation/contributor-guide/submit-changes.rst | |||
@@ -483,7 +483,7 @@ typical usage of ``git send-email``:: | |||
483 | git send-email --to <mailing-list-address> *.patch | 483 | git send-email --to <mailing-list-address> *.patch |
484 | 484 | ||
485 | Then, review each subject line and list of recipients carefully, and then | 485 | Then, review each subject line and list of recipients carefully, and then |
486 | and then allow the command to send each message. | 486 | allow the command to send each message. |
487 | 487 | ||
488 | You will see that ``git send-email`` will automatically copy the people listed | 488 | You will see that ``git send-email`` will automatically copy the people listed |
489 | in any commit tags such as ``Signed-off-by`` or ``Reported-by``. | 489 | in any commit tags such as ``Signed-off-by`` or ``Reported-by``. |