Skip to content

Commit 6a0ee54

Browse files
pks-tgitster
authored andcommitted
meson: provide a summary of configured backends
There are a couple of backends from which the user can choose for HTTPS, SHA1, its unsafe variant as well as SHA256. Provide a summary of the configured values to make these more discoverable. Signed-off-by: Patrick Steinhardt <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent d2c0b6a commit 6a0ee54

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

meson.build

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1943,3 +1943,10 @@ summary({
19431943
'perl': perl_features_enabled,
19441944
'python': python.found(),
19451945
}, section: 'Auto-detected features')
1946+
1947+
summary({
1948+
'https': https_backend,
1949+
'sha1': sha1_backend,
1950+
'sha1_unsafe': sha1_unsafe_backend,
1951+
'sha256': sha256_backend,
1952+
}, section: 'Backends')

0 commit comments

Comments
 (0)