]> git.ipfire.org Git - thirdparty/git.git/commitdiff
meson: stop printing 'https' option twice in our summaries
authorPatrick Steinhardt <ps@pks.im>
Wed, 9 Jul 2025 06:23:36 +0000 (08:23 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 9 Jul 2025 15:19:32 +0000 (08:19 -0700)
The value for the 'https' backend option is printed twice: once via the
summary of auto-detected features and once via our summary of backends.
Drop it from the former summary.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
meson.build

index 8026a064c978cdd549444b74ec2567a4db616ab6..0e9c7704e1b6725a55a634483c48d37ea927b516 100644 (file)
@@ -2188,7 +2188,6 @@ summary({
   'expat': expat.found(),
   'gettext': intl.found(),
   'gitweb': gitweb_option.allowed(),
-  'https': https_backend,
   'iconv': iconv.found(),
   'pcre2': pcre2.found(),
   'perl': perl_features_enabled,