Sublime Forum

Configuring Diff-Doc in Sublime Merge

#1

I am trying to do a diff against a parent in Sublime Merge and I am getting the following error:

Unknown merge tool diff-doc
fatal: external diff died

I believe I have everything setup in my .gitconfig correctly, but I am obviously missing something.
Here is the pertinent setting in .gitconfig

[merge]
tool = smerge

[mergetool “smerge”]
cmd = smerge mergetool “$BASE” “$LOCAL” “$REMOTE” -o “$MERGED”
trustExitCode = true

[diff]
tool = smerge

[difftool “smerge”]
cmd = smerge “$BASE” “$LOCAL” “$REMOTE”

0 Likes