]> git.ipfire.org Git - thirdparty/git.git/commit - diffcore-delta.c
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)
commitba23bbc8efff19f7ba4c272b6a06a4327a4cf039
tree68fb881c13d27b7eb30806e45f0ac873ef129862
parent4d0f39cecf93222401a81216e5cf2528e8abc6ae
diffcore-delta: make change counter to byte oriented again.

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>
diffcore-delta.c