Bohdan Dhzus
Bohdan Dhzus
It definitely relates somehow to git LFS. I've added files to fit lfs that were previously simply committed. After I've updated my `.gitattributes` file, and then did `git add --renormalize...
@ewjoachim the line it fails on starts with `@@����x]o�(:�` (it's a part of the binary file, PDF to be explicit). Changing the condition in `parse_diff_output` from `if line.startswith("@@")` to `if...
@ewjoachim, idk. mb the problem is that `splitlines()` doesn't work well with it.  