On Sat, Sep 11, 2021 at 11:34:14AM +0200, Ævar Arnfjörð Bjarmason wrote: > This has relatively minor changes against v2. This addresses Jeff > King's comments about the INSTALL phrasing, I split up the more > general improvements into another commit. > > The CURL_SOCKOPT_OK is now defined in terms of LIBCURL_VERSION_NUM > like everything else. Thanks, this version looks good to me. Probably not worth a re-roll, but maybe worth fixing up while applying: > 2: 4b653cee2d3 ! 3: dce6520a5c9 INSTALL: mention that we need libcurl 7.19.4 or newer to build > @@ Commit message > > ## INSTALL ## > @@ INSTALL: 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. > + not need that functionality, use NO_CURL to build without > + it. > > -+ Git version "7.19.4" of "libcurl" or later to build. This > -+ version requirement may be bumped in the future. > ++ Git requires version "7.19.4" or later of "libcurl", to > ++ build (without NO_CURL). This version requirement may be > ++ bumped in the future. The comma after libcurl (before "to build") is extraneous (and IMHO makes the sentence harder to read). -Peff