meld icon indicating copy to clipboard operation
meld copied to clipboard

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

Open hedefalk opened this issue 7 years ago • 1 comments

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?

hedefalk avatar May 05 '17 12:05 hedefalk

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

mfiore02 avatar Sep 01 '17 15:09 mfiore02