I did some refactoring and git rm
on old file and git add
on new files. It is showing up as a rename from old file to one of my new files:
renamed: src/P/Foo/PicturePosition.php -> src/P/Model/Block/Drawing/OffsettedPosition.php
even though I never did any git mv
and the files have different content. Why is this happening to me? Should I even try to fix it, and if yes, how?
I use git 1.9.1