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
Launch Git Bash
CD to project dir
start git gui
git gui menu Repository -> Visualize 'branch_X' History
git history menu Edit -> Preferences set External diff tool (I use UltraCompare GUI from IDM)
select commit X
select file x, right click -> External Diff
What did you expect to occur after running these commands?
External diff tool shows diff of file x
What actually happened instead?
External diff tool is unable to find a/b of file x
The files are created
I think it has to do with a win32 api call to
SetDispositionInformationFile - Delete: true by wish.exe
The text was updated successfully, but these errors were encountered:
This log suggests that you configured UltraCompare in a way that does not wait for the diff to finish before returning control to the caller.
The exact command line that was configured in gitk is something that is notably missing from this report. And that is rather crucial information, as it is most likely the incorrect command line that causes the described issue.
Setup
defaults?
to the issue you're seeing?
Details
Minimal, Complete, and Verifiable example
this will help us understand the issue.
The text was updated successfully, but these errors were encountered: