Skip to content

Commit 8de2e2e

Browse files
committed
Merge branch 'ab/send-email-optim'
"git send-email" optimization. * ab/send-email-optim: perl: nano-optimize by replacing Cwd::cwd() with Cwd::getcwd() send-email: move trivial config handling to Perl perl: lazily load some common Git.pm setup code send-email: lazily load modules for a big speedup send-email: get rid of indirect object syntax send-email: use function syntax instead of barewords send-email: lazily shell out to "git var" send-email: lazily load config for a big speedup send-email: copy "config_regxp" into git-send-email.perl send-email: refactor sendemail.smtpencryption config parsing send-email: remove non-working support for "sendemail.smtpssl" send-email tests: test for boolean variables without a value send-email tests: support GIT_TEST_PERL_FATAL_WARNINGS=true
2 parents 8f0c15b + 17530b2 commit 8de2e2e

File tree

4 files changed

+159
-79
lines changed

4 files changed

+159
-79
lines changed

Documentation/config/sendemail.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ sendemail.smtpEncryption::
88
See linkgit:git-send-email[1] for description. Note that this
99
setting is not subject to the 'identity' mechanism.
1010

11-
sendemail.smtpssl (deprecated)::
12-
Deprecated alias for 'sendemail.smtpEncryption = ssl'.
13-
1411
sendemail.smtpsslcertpath::
1512
Path to ca-certificates (either a directory or a single file).
1613
Set it to an empty string to disable certificate verification.

0 commit comments

Comments
 (0)