Merge branch 'cm/send-email-document-req-modules'
authorJunio C Hamano <gitster@pobox.com>
Fri, 21 Jun 2019 18:24:10 +0000 (11:24 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 21 Jun 2019 18:24:10 +0000 (11:24 -0700)
A doc update.

* cm/send-email-document-req-modules:
send-email: update documentation of required Perl modules

1  2 
Documentation/git-send-email.txt
index a861934c69213a790fd96cf065043d5394a0332b,504ae7fe76e0f608934095d074100e561409a5b3..d93e5d0f58f0602e0cd0da7bfd6ce11f49b110d6
@@@ -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=<command>::
        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
  --------