[git-users] Commit Refactoring: Best Practice

2014-08-19 Thread Sverre Moe
What is the preferred Git best practice when it comes to commit refactoring? When I refactor some Java files in Eclipse, Git recognizes it has been renamed and places the file under Changes to be committed. I addition because the Java class file has been renamed the Class and all other classes

Re: [git-users] Commit Refactoring: Best Practice

2014-08-19 Thread Konstantin Khomoutov
On Tue, 19 Aug 2014 01:22:24 -0700 (PDT) Sverre Moe sverre@gmail.com wrote: What is the preferred Git best practice when it comes to commit refactoring? When I refactor some Java files in Eclipse, Git recognizes it has been renamed and places the file under Changes to be committed. I