driver/tool.cpp

David Nadlinger via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Tue Jul 8 12:44:45 PDT 2014


On Tuesday, 8 July 2014 at 19:41:50 UTC, Joseph Rushton Wakeling 
wrote:
> git is reporting that driver/tool.cpp has been changed.  The 
> checkout and reset commands don't alter this.  git difftool -t 
> meld reports that the file is actually unchanged (!).

Maybe you accidentally modified the file permissions, although 
this should show up in git diff? Or did you change your autocrlf 
settings? In any case, git reset --hard HEAD should remove all 
local modifications (be careful!) and reset the working tree to 
the latest commit.

Best,
David


More information about the digitalmars-d-ldc mailing list