]> git.ipfire.org Git - thirdparty/git.git/commit
t/helper/test-tool: implement sha1-unsafe helper
authorTaylor Blau <me@ttaylorr.com>
Thu, 23 Jan 2025 17:34:19 +0000 (12:34 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 23 Jan 2025 18:28:16 +0000 (10:28 -0800)
commitd9213e4716ec8d0ac543d32a52a39c79818cb8ca
tree8466d6053e07b2f194bc2747191e197eb3df06f4
parentfbe8d3079d4a96aeb4e4529cc93cc0043b759a05
t/helper/test-tool: implement sha1-unsafe helper

With the new "unsafe" SHA-1 build knob, it is convenient to have a
test-tool that can exercise Git's unsafe SHA-1 wrappers for testing,
similar to 't/helper/test-tool sha1'.

Implement that helper by altering the implementation of that test-tool
(in cmd_hash_impl(), which is generic and parameterized over different
hash functions) to conditionally run the unsafe variants of the chosen
hash function, and expose the new behavior via a new 'sha1-unsafe' test
helper.

Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/helper/test-hash.c
t/helper/test-sha1.c
t/helper/test-sha1.sh
t/helper/test-sha256.c
t/helper/test-tool.c
t/helper/test-tool.h