Blame view gets confused when you commit line endings change
Created by: canni
Steps to reproduce
- commit a file with CRLF line endings (you need to have
core.autocrlf=false
in git settings) - make and commit some changes
- commit a fix witch changes line endings to LF only
- (optional) commit additional changes
Expected behaviour
- blame page shows always correct blame history, for all versions of file
Actual behaviour
- you are not able to see a blame page for a version older than commit with new line endings
- blame page will always display data for latest version