Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • 1
    The edits seem to me to have broken the solution. The original revision works for me, so +1. I did find it seems to work without the path line.
    – vossad01
    Commented Jan 28, 2014 at 5:00
  • This worked for me when I used cmd without path and used backticks instead of single quotes, single quotes instead of slash-double quotes.
    – sq33G
    Commented Jul 30, 2018 at 11:27
  • With Win10 1903 and WSL, I tried a bunch of these config approaches and git could not invoke meld. I ended up symlinking Program_Files_x86 -> 'Program Files (x86)/' and used [mergetool "meld"] path = /mnt/c/Program_Files_x86/Meld/Meld.exe
    – Bill Hoag
    Commented Oct 29, 2019 at 22:53