commit | ba23bbc8efff19f7ba4c272b6a06a4327a4cf039 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Sat Mar 04 03:21:55 2006 -0800 |
committer | Junio C Hamano <junkio@cox.net> | Sat Mar 04 13:34:50 2006 -0800 |
tree | 68fb881c13d27b7eb30806e45f0ac873ef129862 | |
parent | 4d0f39cecf93222401a81216e5cf2528e8abc6ae [diff] |
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>