Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-07-26 00:27:15 +0300
committerJunio C Hamano <gitster@pobox.com>2019-07-26 00:27:15 +0300
commit409813088ad55ae4a60f55412f6b5ba6a89d89e7 (patch)
treebf538249f713d52093b46de1c222c5b6dc8f51d3
parentfe3ec21fb03e7d02d00fc845e7a7d3e692bb67a2 (diff)
parent9df8f734fdbf2a46cfea55a966cf2a906f9db7c2 (diff)
Merge branch 'cm/send-email-document-req-modules' into maint
A doc update. * cm/send-email-document-req-modules: send-email: update documentation of required Perl modules
-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 1afe9fc858..504ae7fe76 100644
--- a/Documentation/git-send-email.txt
+++ b/Documentation/git-send-email.txt
@@ -500,8 +500,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
--------