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
The reason are incompatibility problems of diff-so-fancy with the latest Git versions caused by changes in the diff logic.
fatal: mismatched output from interactive.diffFilter
hint: Your filter must maintain a one-to-one correspondence
hint: between its input and output lines.
The reason are incompatibility problems of diff-so-fancy with the latest Git versions caused by changes in the diff logic.
See so-fancy/diff-so-fancy#35 and so-fancy/diff-so-fancy#296 for details.
❗ Downgrading to a compatible Git version is not an option because versions <2.17.1 are effected by CVE-2018-11233 and and 11235.
To fix this problem for interactive patch mode the filter will temporary be changed to the official diff-highlight tool bundled with Git.
The text was updated successfully, but these errors were encountered: