count-delta: fix counting of copied source.
authorJunio C Hamano <junkio@cox.net>
Thu, 23 Feb 2006 10:58:37 +0000 (02:58 -0800)
committerJunio C Hamano <junkio@cox.net>
Thu, 23 Feb 2006 23:50:18 +0000 (15:50 -0800)
commitc86e8568d87aec483379f2cef0ab81580abd1af5
tree2f64ba3cf704a0cd98663c1cb53319a96ffd042d
parent907380eeff27e9a07d6f1c03847c3d80f9e0e79a
count-delta: fix counting of copied source.

The previous one wrongly coalesced a span with the next one
even though the span being added does not reach it.

Signed-off-by: Junio C Hamano <junkio@cox.net>
count-delta.c