yousseb / meld

Meld for macOS
https://yousseb.github.io/meld/
GNU General Public License v2.0
2.28k stars 120 forks source link

$PWD in your instructions made it not work with --dir-diff…? #39

Open hedefalk opened 7 years ago

hedefalk commented 7 years ago

Thank you so much for this tool!

Had some problem with your instructions though: So I just

brew cask install meld

added:

[diff]
  tool = meld
[difftool "meld"]
  trustExitCode = true
  cmd = open -W -a Meld --args \"$LOCAL\" \"$REMOTE\"

and

git difftool --dir-diff master then I get nothing in the right hand side:

image

Just taking away $PWD makes it work as excpected. I'm curious though as to why you added that working dir?

mfiore02 commented 7 years ago

Removing the $PWD also made --dir-diff work properly for me. Thanks for a great port!