]> git.ipfire.org Git - thirdparty/git.git/commit
t/helper: mark more unused argv/argc arguments
authorJeff King <peff@peff.net>
Sat, 17 Aug 2024 08:22:52 +0000 (04:22 -0400)
committerJunio C Hamano <gitster@pobox.com>
Sat, 17 Aug 2024 16:46:11 +0000 (09:46 -0700)
commit7046c85cceb2d28124ce2229242e9fef7a63f4f0
treedb6cd60dee0f41c653e409a013214c4f4ca587c8
parent4350676cddb961261d9cce0327f2995d3103523f
t/helper: mark more unused argv/argc arguments

This is a continuation of 126e3b3d2a (t/helper: mark unused argv/argc
arguments, 2023-03-28) to cover a few new cases:

 - test-example-tap was added since that commit

 - test-hashmap used to accept the "ignorecase" argument on the command
   line. But since most of its logic was moved to a unit-test in
   3469a23659 (t: port helper/test-hashmap.c to unit-tests/t-hashmap.c,
   2024-08-03), it now ignores its argv entirely.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/helper/test-example-tap.c
t/helper/test-hashmap.c