webdiff icon indicating copy to clipboard operation
webdiff copied to clipboard

Detect move + change

Open danvk opened this issue 11 years ago • 0 comments

git commit is fairly good about detecting when you move + modify a file. git webdiff detects pure moves, but it should also detect move + modify in a similar way to how git does it. I'd assume the algorithm involves % of identical lines, or % of the file that's covered by identical diffhunks.

danvk avatar Jul 28 '14 23:07 danvk