gitgit-difftoolaraxis-merge

How do I get araxis merge to work as a git difftool


I've been trying to setup araxis as git difftool, but it never works.

I looked at this thread but it is incomplete:

How do I configure Araxis Merge for use with Git?

here is part of my global config.

[difftool "araxis"]
    path = "C:/Program Files/Araxis/Araxis Merge/Merge.exe"
[diff]
    tool = araxis
[core]
    autocrlf = true
    excludesfile = C:\\Users\\gmmo\\Documents\\gitignore_global.txt
[difftool]
    prompt = false

but when I have some unstaged changes and issue "git difftool" I get this:

enter image description here

If anyone has some hints, I greatly appreciate!

thx!


Solution

  • Totally bad and wrong definition in [difftool]

    I don't have Git+Araxis, but Araxis docs recommends in "Integrating with Source Control, Configuration Management and Other Applications" chapter's topic Git for Windows (msysGit)

    [diff]
    tool = araxis
    [difftool "araxis"]
    path = C:\\Program Files\\Araxis\\Araxis Merge\\compare.exe
    

    note: