Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-03-23 21:23:22 +0300
committerJunio C Hamano <gitster@pobox.com>2015-03-23 21:23:23 +0300
commit84a37fae516eff3072a5729ce0ce40bf056fbeb1 (patch)
tree83ca6618068a165f29bbd7392c962935eac156e2 /Documentation
parent82b6e331a4f07b6e0080f7d18b4189d53190a04e (diff)
parentdcd01ea187fc9a936b4083a85343989840afd7bd (diff)
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
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 77aacf1309..5d1e4c80cd 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