Junio C Hamano [off-list ref] writes:
Thomas Rast [off-list ref] writes:
quoted
The delta base cache lookup and test were shared. Refactor them;
we'll need both parts again. Also, we'll use the clearing routine
later.
Signed-off-by: Thomas Rast <redacted>
---
Looks like a very straight-forward rewrite.
The only little concern I may have is this cmp_* function tells us
"I found it!" by returning true, which is counter-intuitive to the
readers of the caller (not the callee).
I think it makes sense to compare delta-base-cache entries only for
equality, so eq-delta-base-cache-entry might be a better name for
it, perhaps?
True. I'll resend.
--
Thomas Rast
trast@{inf,student}.ethz.ch