I have TortoiseGit installed, and in the past it's used tortoisemerge
as my mergetool seamlessly. But since I upgraded TortoiseGit to 1.8.x, my mergetool is no longer working:
c:\Code\whatever> git mergetool
merge tool candidates: tortoisemerge emerge vimdiff
No known merge resolution program available.
This used to work, so why is it broken now?
According to this post, in version 1.8 TortoiseGit renamed
tortoisemerge.exe
totortoisegitmerge.exe
because the old version could not handle spaces in file names so well.According to this blog post, you'll need to enter the following commands:
However, that didn't work for me so I added the following to my
.gitconfig
(which just changes the path toTortoiseGitMerge.exe
: