Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detect move + change #7

Closed
danvk opened this issue Jul 28, 2014 · 0 comments · Fixed by #150
Closed

Detect move + change #7

danvk opened this issue Jul 28, 2014 · 0 comments · Fixed by #150
Milestone

Comments

@danvk
Copy link
Owner

danvk commented Jul 28, 2014

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 danvk modified the milestone: 1.0 Sep 8, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant