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
cc @m-lima@gibfahn Currently, if delta doesn't recognize the type of diff from the first line, it gives up on parsing. I'm aware of two situations where this is too strict:
Magit makes calls like git show -p --cc --format= --numstat --stat. This results in the numstat and stat output appearing before the diff, and the diff is not highlighted as a result. (I'm making it possible to use delta as a diff rendering plugin for magit.)