You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* If a file was renamed between commits and an external diff is started
through gitk on the original or the renamed file name,
gitk was unable to open the renamed file in the external diff editor.
It failed to fetch the renamed file from git, because it fetched it
using its original path in contrast to using the renamed path of the
file.
* With this change gitk detects the rename and opens the external diff
with the original and the renamed file instead of no file (it is able
to fetch the renamed file path and name now from git).
* Since git doesn't destinguish between move or rename this also works
for moved files.
* Showing the external diff with the original and the renamed file
works when either of the files is selected in gitk.
Signed-off-by: Tobias Boesch <[email protected]>
0 commit comments