From: Junio C Hamano Date: Fri, 21 Jun 2019 18:24:10 +0000 (-0700) Subject: Merge branch 'cm/send-email-document-req-modules' X-Git-Tag: v2.23.0-rc0~101 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/88542ef306fc8821a3aa8a74d238c2a9bc667132?ds=inline;hp=-c Merge branch 'cm/send-email-document-req-modules' A doc update. * cm/send-email-document-req-modules: send-email: update documentation of required Perl modules --- 88542ef306fc8821a3aa8a74d238c2a9bc667132 diff --combined Documentation/git-send-email.txt index a861934c69,504ae7fe76..d93e5d0f58 --- a/Documentation/git-send-email.txt +++ b/Documentation/git-send-email.txt @@@ -278,14 -278,6 +278,14 @@@ must be used for each option Automating ~~~~~~~~~~ +--no-[to|cc|bcc]:: + Clears any list of "To:", "Cc:", "Bcc:" addresses previously + set via config. + +--no-identity:: + Clears the previously read value of `sendemail.identity` set + via config, if any. + --to-cmd=:: Specify a command to execute once per patch file which should generate patch file specific "To:" entries. @@@ -508,8 -500,12 +508,12 @@@ app-specific or your regular password a helper configured (see linkgit:git-credential[1]), the password will be saved in the credential store so you won't have to type it the next time. - Note: the following perl modules are required - Net::SMTP::SSL, MIME::Base64 and Authen::SASL + Note: the following core Perl modules that may be installed with your + distribution of Perl are required: + MIME::Base64, MIME::QuotedPrint, Net::Domain and Net::SMTP. + These additional Perl modules are also required: + Authen::SASL and Mail::Address. + SEE ALSO --------