Refactor/move package not doing git mv
I've just noticed that doing a Refactor->Move class or rename package doesn't seem to be doing a git mv of the files, so history is getting lost.
Could this be an issue with how I've done the move, or a bug/feature defecit?
Please sign in to leave a comment.
There isn't really a "move" in git.
See http://stackoverflow.com/questions/1094269/whats-the-purpose-of-git-mv
Doh! guess I'm used to using git mv short hand on the command line. IntelliJ seems to follows the log history back over renames too
Thanks
Andrew
Consider upvoting this issue for JetBrains to finally fix this.