diffcore-delta: make change counter to byte oriented again.
authorJunio C Hamano <junkio@cox.net>
Sat, 4 Mar 2006 11:21:55 +0000 (03:21 -0800)
committerJunio C Hamano <junkio@cox.net>
Sat, 4 Mar 2006 21:34:50 +0000 (13:34 -0800)
The textual line oriented change counter was fun but was not
very effective. It tended to overcount the changes. This one
changes it to a simple N-letter substring based implementation.

Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found