diff options
Diffstat (limited to 'using-git.texinfo')
-rw-r--r-- | using-git.texinfo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/using-git.texinfo b/using-git.texinfo index 9eaa614..346f179 100644 --- a/using-git.texinfo +++ b/using-git.texinfo @@ -651,11 +651,11 @@ To send the patch, use @command{git send-email}: git send-email --to=EMAIL_ADDRESS_TO_SEND_TO PATCH_FILE @end example -If you have registered to the mailing list, -or for some other reason, want to send under +If you have registered to the mailing list with, +or for some other reason want to send under a different e-mail address then you made the commits with, you need to specify an envelop -send, by adding an option: +sender, by adding an option: @example --envelope-sender=SENDER_EMAIL_ADDRESS |