diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-09-19 17:40:43 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-09-19 17:40:43 +0200 |
commit | f3f93793ed8bdccae935f75f9e40dc7eae051834 (patch) | |
tree | c013d6360e1a4a122fa4f3b0ed02cc889ce6a722 /using-git.texinfo | |
parent | typo (diff) | |
download | using-git-f3f93793ed8bdccae935f75f9e40dc7eae051834.tar.gz using-git-f3f93793ed8bdccae935f75f9e40dc7eae051834.tar.bz2 using-git-f3f93793ed8bdccae935f75f9e40dc7eae051834.tar.xz |
grammaro
Signed-off-by: Mattias Andrée <maandree@operamail.com>
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 |