Merge branch 'km/imap-send-libcurl-options'
commit0a81977239c1b2aae3aa53c0895267b3ac2d5425
authorJunio C Hamano <gitster@pobox.com>
Fri, 20 Mar 2015 20:11:50 +0000 (20 13:11 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 20 Mar 2015 20:11:50 +0000 (20 13:11 -0700)
tree51a23f87a8592032d96c755a175844ef175603a6
parent551fc7aec1a7efe868a59fbeea14582b41923f4d
parentdcd01ea187fc9a936b4083a85343989840afd7bd
Merge branch 'km/imap-send-libcurl-options'

"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