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@xxxxxxxxx> --- INSTALL | 3 +++ 1 file changed, 3 insertions(+) diff --git a/INSTALL b/INSTALL index 5c6ecf03c27..81f3a6cf018 100644 --- a/INSTALL +++ b/INSTALL @@ -141,6 +141,9 @@ Issues of note: - "libcurl" library is used by git-http-fetch, git-fetch, and, if the curl version >= 7.34.0, for git-imap-send. + Git version "7.19.4" of "libcurl" or later to build. This + version requirement may be bumped in the future. + If you do not use http:// or https:// repositories, and do not want to put patches into an IMAP mailbox, you do not have to have them (use NO_CURL). -- 2.33.0.873.g125ff7b9940