-
Notifications
You must be signed in to change notification settings - Fork 5
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
Some diffs are suboptimal #407
Comments
How would the optimal diff look in this case? |
This reminds me of how git diffs look ! |
Yup, git has different diff algorithms. One is the fast one (which is default) and produces similar results to this. Another is the 'patience' diff, which I believe is a little slower, but might handle situations like this better. |
@stianjensen A better diff could look like this: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This diff could be better
Might be related to #379
The text was updated successfully, but these errors were encountered: