I'm trying to move a file between two projects in the same git repository. In Xcode, I can move the references to the new project fine but as soon as I physically move or copy the files to the new projects folder, git loses all of the log/blame history.
On the command line I can do git log --follow
and that works but how do I do that in Xcode?