Skip to content

Commit 59a399e

Browse files
avargitster
authored andcommitted
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 644de29 (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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent e54e502 commit 59a399e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

INSTALL

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,10 @@ Issues of note:
144144
not need that functionality, use NO_CURL to build without
145145
it.
146146

147+
Git requires version "7.19.4" or later of "libcurl" to build
148+
without NO_CURL. This version requirement may be bumped in
149+
the future.
150+
147151
- "expat" library; git-http-push uses it for remote lock
148152
management over DAV. Similar to "curl" above, this is optional
149153
(with NO_EXPAT).

0 commit comments

Comments
 (0)