We noticed that using git blame
on a file in our repository fails with the above-mentioned message. I've traced the origin of the message to https://github.com/git/git/blob/master/blame.c#L1320 and the character (D) seems to indicate that the diff has a deleted status
I'm not exactly sure what this means. I would like to repair our repository so that we can blame the file again.