Bohdan Dhzus

Results 3 comments of 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. ![image](https://github.com/user-attachments/assets/d973e0ae-c832-4726-81db-fa90b5efd850) ![image](https://github.com/user-attachments/assets/2db1db2b-9a89-4281-8c92-8072a40d2f2d)