Git Extensions and Meld merge

git-extensions, meld, mergetool

Solution

In Git Extension: Settings -> Git Config

Merge tool: meld
Path to mergetool: C:/Program Files (x86)/Meld/Meld.exe
Merge tool command: "C:/Program Files (x86)/Meld/Meld.exe" --diff "$BASE" "$LOCAL" "$REMOTE" --output "$MERGED"

Problem

Is it possible to use Meld as a merge tool when using Git Extensions on Windows?

Original source