There is clear explanation how to make BC a default tool for diff and merging for Subversion and Git when used not from within Eclipse. But what about the latter? I keep getting the following dialog:
UPDATE:
Added to my global .gitconfig and git difftool
command now works. Can't say the same about Eclipse. I can't get why it's so confusing to set up.
[diff]
tool = bc3
[difftool]
prompt = false
[difftool "bc3"]
cmd = \"C:/Program Files (x86)/Beyond Compare 3/BComp.exe\" "$LOCAL" "$REMOTE"
My Eclipse config now looks like: