Hi David,
Here is what I have placed in my file:
[diff]
tool = DiffMerge
guitool = DiffMerge
[merge]
tool = DiffMerge
[mergetool "DiffMerge"]
path = C:/Program Files/SourceGear/Common/DiffMerge/sgdm.exe
cmd = sgdm --merge --result=\"$MERGED\"/n \"$LOCAL\" \"$BASE\"
\"$REMOTE\"
[difftool "DiffMerge"]
path = C:/Program Files/SourceGear/Common/DiffMerge/sgdm.exe
cmd = sgdm \"$LOCAL\" \"$REMOTE\"
For the command line:
git diff # outputs the difference in the console window
git difftool # outputs the difference in the DiffMerge tool
For the UI:
Select the Diff tab, select a file that has the pencil icon, push F3
and the DiffMerge tool should open
When merging, Start mergetool will launch DiffMerge as well.
Does this fix your settings?
> <
https://lh4.googleusercontent.com/-yqeg_Y2C8Gk/ToMfusISdZI/AAAAAAAAAA...>