-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git icdiff shows old filname for renamed files #203
Comments
Trying to reproduce, I think I think it's happening because your rename has already been staged, and so diffing just shows you the differences relative to what's staged. |
Hey. I think it must be staged, because the I just tried it with a normal
Thanks, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey.
When doing
git icdiff
on a renamed file that has changes, it does actually show only the differences between the old and new file.But on the right hand side, it again uses the old filename, though that has also changed.
Thanks,
Chris.
The text was updated successfully, but these errors were encountered: