git commit message showing file as copied instead of modified. What are the implications?
- by Justin
git status shows file as modified, however when commiting it shows the file as been copied ie:
git status
modified: foo/bar/baz.xml
git commit
copied: bar/foo/baz.xml - foo/bar/baz.xml
Why is it showing this file as copied if it was not. The two files were identical before the change.