Blame view gets confused when you commit line endings change
Closed
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
POC repo
Created by: canni
Fixed in release 7.7.0 by commit 13b86fcb
By Administrator on 2015-02-12T12:06:10 (imported from GitLab project)
Please register or sign in to reply