summaryrefslogtreecommitdiff
path: root/hashmap.c
diff options
context:
space:
mode:
authorLibravatar brian m. carlson <sandals@crustytoothpaste.net>2019-10-05 21:11:55 +0000
committerLibravatar Junio C Hamano <gitster@pobox.com>2019-10-06 11:45:29 +0900
commitecde49bb8aa6e5d48e96988cf7f7d5a949893980 (patch)
treed9e870020ba75e01445445f289ff2e3389cd3521 /hashmap.c
parentFourth batch (diff)
downloadtgif-ecde49bb8aa6e5d48e96988cf7f7d5a949893980.tar.xz
t/oid-info: allow looking up hash algorithm name
The test_oid function provides a mechanism for looking up hash algorithm information, but it doesn't specify a way to discover the hash algorithm name. Knowing this information is useful if one wants to invoke the test-tool helper for the algorithm in use, such as in our pack generation library. While it's currently possible to inspect the global variable holding this value, in the future we'll allow specifying an algorithm for storage and an algorithm for display, so it's better to abstract this value away. To assist with this, provide a named entry in the algorithm-specific lookup table that prints the algorithm in use. Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'hashmap.c')
0 files changed, 0 insertions, 0 deletions