Re: What's cooking in git.git (Jul 2013, #03; Tue, 9)
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:58:13
Ramsay Jones [off-list ref] writes:
Junio C Hamano wrote: [ ... ]quoted
* rr/send-email-ssl-verify (2013-07-06) 6 commits - SQUASH??? update to support SSL_ca_file as well as SSL_ca_path - SQUASH??? send-email: cover both smtps and starttls cases - fixup! send-email: squelch warning from Net::SMTP::SSL - SQUASH??? send-email giving default value to ssl-cert-path with ||= assignment - send-email: introduce sendemail.smtpsslcertpath - send-email: squelch warning from Net::SMTP::SSL The issue seems a lot deeper than the initial attempt and needs somebody to sit down and sort out to get the version dependencies and lazy loading right.This causes test failures for me, since send-email can't load the IO/Socket/SSL.pm module. (on Linux, cygwin and MinGW!)
Good ;-). Can you try the more recent 'pu' with 35035bbf (send-email: be explicit with SSL certificate verification, 2013-07-18) that was updated with help from Brian Carlson?
[ ... ]quoted
-------------------------------------------------- [Stalled] * rj/read-default-config-in-show-ref-pack-refs (2013-06-17) 3 commits - ### DONTMERGE: needs better explanation on what config they need - pack-refs.c: Add missing call to git_config() - show-ref.c: Add missing call to git_config() The changes themselves are probably good, but it is unclear what basic setting needs to be read for which exact operation. Waiting for clarification. $gmane/228294Sorry, still on my TODO list. (Having said that, I'm no longer sure that these patches do the right thing! ;-) ATB, Ramsay Jones