Message ID | cover-v3-0.9-00000000000-20210911T092751Z-avarab@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | post-v2.33 "drop support for ancient curl" follow-up | expand |
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
Jeff King <peff@peff.net> writes: > 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). Yes. Also it would make it easier to follow if the parentheses around "without NO_CURL" are removed, I would think.