[PATCH] diffcore-pickaxe: switch to "counting" behaviour.

2005-07-23 Thread Junio C Hamano
Instead of finding old/new pair that one side has and the other side does not have the specified string, find old/new pair that contains the specified string as a substring different number of times. This would still not catch a case where you introduce two static variable declarations and remove

[PATCH] diffcore-pickaxe: switch to "counting" behaviour.

2005-07-17 Thread Junio C Hamano
Instead of finding old/new pair that one side has and the other side does not have the specified string, find old/new pair that contains the specified string as a substring different number of times. This would still not catch a case where you introduce two static variable declarations and remove