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:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2021-09-13 17:51:23 +0300
committerJunio C Hamano <gitster@pobox.com>2021-09-13 20:39:03 +0300
commit59a399ed36247b26a1092a130ef660647a169981 (patch)
tree5eb5c4b20ff0bcbffaee66c36ab9c82b732f397f /INSTALL
parente54e50201cc2df009a60b8754570cf6ce9dcff43 (diff)
INSTALL: mention that we need libcurl 7.19.4 or newer to build
Without NO_CURL=Y we require at least version "7.19.4" of libcurl, see 644de29e220 (http: drop support for curl < 7.19.4, 2021-07-30). Let's document this in the "INSTALL" document. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 4 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index d593f62874..4140a3f5c8 100644
--- a/INSTALL
+++ b/INSTALL
@@ -144,6 +144,10 @@ Issues of note:
not need that functionality, use NO_CURL to build without
it.
+ Git requires version "7.19.4" or later of "libcurl" to build
+ without NO_CURL. This version requirement may be bumped in
+ the future.
+
- "expat" library; git-http-push uses it for remote lock
management over DAV. Similar to "curl" above, this is optional
(with NO_EXPAT).