Hello @Morten_Hattesen,
Thanks for your report. If it’s still relevant, can you please help to investigate it?
For this feature we use git blame command with some flags and parse the output. We expect to have certain structure for the git blame output, but apparently in some cases we get something different.
If your data is not too private, can you please run this for the file where you get this exception:
git blame --since=6month --line-porcelain --encoding=UTF-8
and attach both file and the command line output to this thread?
Ideally to provide the git repo with simple reproducer project, but if you will send the file and the result of git blame for it it should help a lot already.
Best regards,
Kirill