From: Junio C Hamano Date: Thu, 25 Oct 2018 03:22:22 +0000 (+0900) Subject: http: give curl version warnings consistently X-Git-Tag: v2.20.0-rc0~76^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d6b1d3b2d15b2bde48e6e64ba1aa4436a49ca2e2?hp=d6b1d3b2d15b2bde48e6e64ba1aa4436a49ca2e2 http: give curl version warnings consistently When a requested feature cannot be activated because the version of cURL library used to build Git with is too old, most of the codepaths give a warning like "$Feature is not supported with cURL < $Version", marked for l10n. A few of them, however, did not follow that pattern and said things like "$Feature is not activated, your curl version is too old (>= $Version)", and without marking them for l10n. Update these to match the style of the majority of warnings and mark them for l10n. Signed-off-by: Junio C Hamano ---