I performed several refactors in eclipse where I move a large set of files to another java package. This often leads to a large number of files being automatically updated to resolve links. Thus, fixations in these cases tend to be quite large.
I assumed that git tracks renames, and I could use git log --follow to track history through renames, but git did not track renames.
I did smaller refactoring operations in eclipse where it intercepts when fixing. The only difference seems to be the amount of commits.
Any ideas?
source share