user interface - Git frontend that supports Diffs after a rename -


my team used rely on egit provide diffs between different versions of file. no longer works after project layout changed moving files project/src/.... project/src/main/java/.....

after bulk rename, can no longer compare versions of file each other, either egit or instaweb. way proper diff command line:

$ git diff -m sha1:old_path/file.java sha2:new_path/file.java 

the problem need lot of these, loss of gui support serious productivity hit.

i have tried using giteye , smartgit, neither of these figure out renames either.

i curious if has ever been able gui diffs working across renames tool. if so, please tell me tool , how did it.

try gitg or gitk visual representation.