From: Junio C Hamano <hidden> Date: 2018-08-27 19:36:18
Jeff King [off-list ref] writes:
Actually, what I showed earlier does seem to have some weirdness with
else-if. But I finally stumbled on something even better:
- oidcmp(a, b) != 0
+ !oideq(a, b)
Because of the isomorphisms that coccinelle knows about, that catches
everything we want.