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
This is an issue with shim kiennq in scoop 0.5.2
I have WinMerge (GUI) installed with scoop and use the shim WinMergeU.exe in my .gitconfig as difftool:
When I run, e.g git difftool -d HEAD, then Git is NOT waiting for WinMerge to close the diff and the temp-files generated by git are removed immediately . So diff will not work.
The same happens with Notepad++, set as editor in .gitconfig:
This is an issue with shim
kiennq
in scoop 0.5.2I have
WinMerge
(GUI) installed withscoop
and use the shimWinMergeU.exe
in my.gitconfig
as difftool:When I run, e.g
git difftool -d HEAD
, thenGit
is NOT waiting for WinMerge to close the diff and the temp-files generated by git are removed immediately . So diff will not work.The same happens with Notepad++, set as editor in
.gitconfig
:So when I run e.g.
git commit
, thenGit
is NOT waiting for Notepad++ to close.I have this issue only with shim
kiennq
. When I use the shimdefault
, I don't have this problem, neither if I use the explicit app-path to WinMerge.Is this behavior of
kiennq
intended?The text was updated successfully, but these errors were encountered: