]> git.ipfire.org Git - thirdparty/git.git/commit
test-hashmap: document why it is no longer used but still there
authorJunio C Hamano <gitster@pobox.com>
Wed, 30 Jul 2025 23:18:16 +0000 (16:18 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 30 Jul 2025 23:19:36 +0000 (16:19 -0700)
commit9b0781196a0fb7c7631b1fbaf5898e5f87a5f1bd
tree26949358a88ee3f67a9dbfcc4bb13199b0473873
parent16bd9f20a403117f2e0d9bcda6c6e621d3763e77
test-hashmap: document why it is no longer used but still there

As I ended up wasting a few dozen minutes looking for the reason why
this is still here, help future developers by saving them from
wasting their time by documenting why this code that apparently is
not used by anybody is still here.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/helper/test-hashmap.c