You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 11, 2020. It is now read-only.
Is there any way to get access to modified lines vs deleted lines. I've asked about --word-diff in the past which isn't on the roadmap but hoping there is a way to handle this case.
The text was updated successfully, but these errors were encountered:
The diff output only support 3 kind of lines in a diff by now: added, deleted and unmodified.
To know if a line is a modified version of another previous line, you should obtain a "similarity ratio" or something like that using modified lines on the new file version, and non-deleted lines from the previous version.
Is there any way to get access to modified lines vs deleted lines. I've asked about --word-diff in the past which isn't on the roadmap but hoping there is a way to handle this case.
The text was updated successfully, but these errors were encountered: