]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'tb/blame-force-read-cache-to-workaround-safe-crlf' into maint
authorJunio C Hamano <gitster@pobox.com>
Fri, 29 Apr 2016 21:15:58 +0000 (14:15 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 29 Apr 2016 21:15:58 +0000 (14:15 -0700)
When running "git blame $path" with unnormalized data in the index
for the path, the data in the working tree was blamed, even though
"git add" would not have changed what is already in the index, due
to "safe crlf" that disables the line-end conversion.  It has been
corrected.

* tb/blame-force-read-cache-to-workaround-safe-crlf:
  correct blame for files commited with CRLF

1  2 
builtin/blame.c
t/t8003-blame-corner-cases.sh

diff --cc builtin/blame.c
Simple merge
Simple merge