]> git.ipfire.org Git - thirdparty/git.git/commit - http.c
http: give curl version warnings consistently
authorJunio C Hamano <gitster@pobox.com>
Thu, 25 Oct 2018 03:22:22 +0000 (12:22 +0900)
committerJunio C Hamano <gitster@pobox.com>
Fri, 26 Oct 2018 02:16:30 +0000 (11:16 +0900)
commitd6b1d3b2d15b2bde48e6e64ba1aa4436a49ca2e2
tree4eed834c499da87dbf29bbfb13b33b801580cfb9
parentb67d40adbbaf4f5c4898001bf062a9fd67e43368
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 <gitster@pobox.com>
http.c