From: Junio C Hamano <hidden> Date: 2016-06-15 22:44:07
Linus Torvalds [off-list ref] writes:
The stupid thing is that I literally _grepped_ for the code testing
"ce_mode".
I had missed that one because I had looked for things like
if ([!].*ce_mode)
but that switch statement meant that the comparison to zero was
non-local and my grep didn't see it.
Would a patch to sparse help you in cases like this?