aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-03-20 13:11:50 -0700
committerJunio C Hamano <gitster@pobox.com>2015-03-20 13:11:50 -0700
commit0a81977239c1b2aae3aa53c0895267b3ac2d5425 (patch)
tree51a23f87a8592032d96c755a175844ef175603a6 /Documentation
parent551fc7aec1a7efe868a59fbeea14582b41923f4d (diff)
parentdcd01ea187fc9a936b4083a85343989840afd7bd (diff)
downloadgit-0a81977239c1b2aae3aa53c0895267b3ac2d5425.tar.gz
git-0a81977239c1b2aae3aa53c0895267b3ac2d5425.tar.xz
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
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-imap-send.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/git-imap-send.txt b/Documentation/git-imap-send.txt
index 77aacf130..5d1e4c80c 100644
--- a/Documentation/git-imap-send.txt
+++ b/Documentation/git-imap-send.txt
@@ -44,7 +44,8 @@ OPTIONS
--no-curl::
Talk to the IMAP server using git's own IMAP routines instead of
- using libcurl.
+ using libcurl. Ignored if Git was built with the NO_OPENSSL option
+ set.
CONFIGURATION