aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-send-email.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-06-21 11:24:10 -0700
committerJunio C Hamano <gitster@pobox.com>2019-06-21 11:24:10 -0700
commit88542ef306fc8821a3aa8a74d238c2a9bc667132 (patch)
tree15849e595da07cf22c347605c0ce7881c450ed68 /Documentation/git-send-email.txt
parentca02d3669f3db502efaa9cb5a41a825c532cbabe (diff)
parent9df8f734fdbf2a46cfea55a966cf2a906f9db7c2 (diff)
downloadgit-88542ef306fc8821a3aa8a74d238c2a9bc667132.tar.gz
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.txt8
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
--------