summaryrefslogtreecommitdiff
path: root/builtin/commit.c
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2018-02-14 13:08:57 -0500
committerJunio C Hamano <gitster@pobox.com>2018-02-14 10:31:10 -0800
commita6119f82b118c7adea9ede0b3813810b06e37668 (patch)
treeabbdf5f39a46bfb2677431f72a0668af48e6e2bc /builtin/commit.c
parent7daa825d677dcbd40724cb146f3949b7d574e8b3 (diff)
test-hashmap: use "unsigned int" for hash storage
The hashmap API always use an unsigned value for storing and comparing hashes. Whereas this test code uses "int". This works out in practice since one can typically round-trip between "int" and "unsigned int". But since this is essentially reference code for the hashmap API, we should model using the correct types. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit.c')
0 files changed, 0 insertions, 0 deletions