aboutsummaryrefslogtreecommitdiffstats
path: root/t/helper/test-hash.c
AgeCommit message (Expand)AuthorFilesLines
2025-01-31global: adapt callers to use generic hash context helpersPatrick Steinhardt1-2/+2
2025-01-31hash: stop typedeffing the hash contextPatrick Steinhardt1-1/+1
2025-01-23t/helper/test-hash.c: use unsafe_hash_algo()Taylor Blau1-12/+5
2025-01-23t/helper/test-tool: implement sha1-unsafe helperTaylor Blau1-4/+13
2023-03-21treewide: remove unnecessary cache.h inclusion from several sourcesElijah Newren1-1/+0
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2022-07-01test-tool test-hash: fix a memory leakÆvar Arnfjörð Bjarmason1-0/+1
2021-06-09builtins + test helpers: use return instead of exit() in cmd_*Ævar Arnfjörð Bjarmason1-1/+1
2018-11-14t: make the sha1 test-tool helper genericbrian m. carlson1-0/+58