Merge branch 'km/imap-send-libcurl-options' into maint
commit84a37fae516eff3072a5729ce0ce40bf056fbeb1
authorJunio C Hamano <gitster@pobox.com>
Mon, 23 Mar 2015 18:23:22 +0000 (23 11:23 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 23 Mar 2015 18:23:23 +0000 (23 11:23 -0700)
tree83ca6618068a165f29bbd7392c962935eac156e2
parent82b6e331a4f07b6e0080f7d18b4189d53190a04e
parentdcd01ea187fc9a936b4083a85343989840afd7bd
Merge branch 'km/imap-send-libcurl-options' into maint

"git imap-send" learned to optionally talk with an IMAP server via
libcURL; because there is no other option when Git is built with
NO_OPENSSL option, use that codepath by default under such
configuration.

* km/imap-send-libcurl-options:
  imap-send: use cURL automatically when NO_OPENSSL defined