git - Kdiff3 won't open with mergetool command -
i have conflicts, type:
git mergetool i message saying:
hit return start merge resolution tool
normally when this, open kdiff3 can merge differences.
now when it, continues next file, , kdiff3 doesn't open @ all.
i triple cheched git config , system path , seems perfect. config file follows:
[merge] tool = kdiff3 [mergetool "kdiff3"] path = c:/program files (x86)/kdiff3/kdiff3.exe [diff] guitool = kdiff3 [difftool "kdiff3"] path = c:/program files (x86)/kdiff3/kdiff3.exe [core] editor = \"c:/program files (x86)/gitextensions/gitextensions.exe\" fileeditor autocrlf = true [user] name = james farrell email = info@jamespfarrell.com [github] user = whygosystems token = 87d00c2e613b3a7c8c1be817b75b8a33 [diff] external = c:/program files (x86)/git/cmd/git-diff-wrapper.sh anyone have ideas might wrong?
i have feeling (though wrong, has been problem, since installed new github windows client)....
i realize old, future googlers, kdiff3 has option if merge trivial, resolve silently , never show window.
i've had happen me in past, might what's happening you. think option called 'auto save , quit on merge without conflicts'.
Comments
Post a Comment