]> granicus.if.org Git - git/commit
diff.c: adjust hash function signature to match hashmap expectation
authorStefan Beller <sbeller@google.com>
Mon, 16 Jul 2018 23:05:38 +0000 (16:05 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 Jul 2018 18:25:31 +0000 (11:25 -0700)
commitee1df66f7cfd0f37bb0e235c4f7ef12bd09a8d2d
tree39f938cd7833e6a74505e80da0b9184b325d12dc
parent3783aad4c8e08ed7905bada47dc7b5df94bfa74a
diff.c: adjust hash function signature to match hashmap expectation

This makes the follow up patch easier.

Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff.c