When doing a git blame (current master 87681137d9a1 ) with core.eol unset (native) and autocrlf=true, the entire file is always under 'work NCY'. I suspect that there's a crlf translation issue here. This happens in git gui blame as well as git blame (which I use via fugitive.vim).
When doing a git blame (current master 8768113 ) with core.eol unset (native) and autocrlf=true, the entire file is always under 'work NCY'.
I suspect that there's a crlf translation issue here. This happens in git gui blame as well as git blame (which I use via fugitive.vim).