From: Jeff King Date: Tue, 2 Oct 2018 21:19:21 +0000 (-0400) Subject: more oideq/hasheq conversions X-Git-Tag: v2.20.0-rc0~171^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e43d2dcce1db256e95b90f89e06d62834a1d361c?hp=e43d2dcce1db256e95b90f89e06d62834a1d361c more oideq/hasheq conversions We added faster equality-comparison functions for hashes in 14438c4497 (introduce hasheq() and oideq(), 2018-08-28). A few topics were in-flight at the time, and can now be converted. This covers all spots found by "make coccicheck" in master (the coccicheck results were tweaked by hand for style). Signed-off-by: Jeff King Signed-off-by: Junio C Hamano ---