OS: NixOS
delta version: 0.18.2
git version: 2.51.2
When trying to run git add --patch I now get an error:
$ git add --patch
error: mismatched output from interactive.diffFilter
hint: Your filter must maintain a one-to-one correspondence
hint: between its input and output lines.
This had been working properly for years. No changes have been made to my configuration, though I'm not sure which version of delta introduced the issue.
I suspect it might be related to issues #1650 and possibly #328.