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

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -