Add Beyond Compare 4 to mergetools

BC4 executable: 'bcompare' (Linux), 'BCompare.exe' (Windows)
This commit is contained in:
Stefan Knotzer 2020-06-20 17:41:05 +02:00
parent 45d5c1debc
commit c91e091a11

View File

@ -10,6 +10,12 @@
[mergetool "bc"]
cmd = bcomp \"$LOCAL\" \"$REMOTE\" \"$BASE\" -mergeoutput=\"$MERGED\"
[difftool "bc4"]
cmd = bcompare \"$LOCAL\" \"$REMOTE\"
[mergetool "bc4"]
cmd = bcompare \"$LOCAL\" \"$REMOTE\" \"$BASE\" -mergeoutput=\"$MERGED\"
[difftool "codecompare"]
cmd = CodeCompare \"$LOCAL\" \"$REMOTE\"