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 THE ORIGINAL FILE NAME (not the renamed one),
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
with the original path in contrast to using the renamed path
* gitk now 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 now from git with the renamed path/filename)
* Since git doesn't destinguish between move or rename this also works
for moved files
* Showing the renamed file doesn't work when THE RENAMED FILE is selected
in gitk and an external diff ist started on that file, because the
selected file is not renamed in that commit. It already IS the renamed
file.
Signed-off-by: Tobias Boeesch <[email protected]>
0 commit comments