diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-06-21 20:24:10 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-06-21 20:24:10 +0200 |
commit | 88542ef306fc8821a3aa8a74d238c2a9bc667132 (patch) | |
tree | 15849e595da07cf22c347605c0ce7881c450ed68 /Documentation/git-send-email.txt | |
parent | Merge branch 'md/list-objects-filter-parse-msgfix' (diff) | |
parent | send-email: update documentation of required Perl modules (diff) | |
download | git-88542ef306fc8821a3aa8a74d238c2a9bc667132.tar.xz git-88542ef306fc8821a3aa8a74d238c2a9bc667132.zip |
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
Diffstat (limited to 'Documentation/git-send-email.txt')
-rw-r--r-- | Documentation/git-send-email.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt index a861934c69..d93e5d0f58 100644 --- a/Documentation/git-send-email.txt +++ b/Documentation/git-send-email.txt @@ -508,8 +508,12 @@ app-specific or your regular password as appropriate. If you have credential 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 -------- |