Re: git blame: Not Committed Yet with clean WD

2014-02-14 Thread brian m. carlson
On Thu, Feb 13, 2014 at 10:08:55AM +0100, Ephrim Khong wrote: Hi, for files that contain windows line endings in a repository with core.autocrlf=input, git blame will show lines as Not Committed Yet, even though they were not modified. Example: -- git init git config core.autocrlf

git blame: Not Committed Yet with clean WD

2014-02-13 Thread Ephrim Khong
Hi, for files that contain windows line endings in a repository with core.autocrlf=input, git blame will show lines as Not Committed Yet, even though they were not modified. Example: -- git init git config core.autocrlf false echo foo a unix2dos a git add a git commit -m initial commit git