[difftool "meld"]
cmd = open -W -a Meld --args $LOCAL $PWD/$REMOTE
Fairly obvious really, although the $PWD isn't required for the local file.
Once you've done this, you can also set up gitk to use Meld as an external diff tool, by just setting "Exernal diff tool" to meld.
Somebody # 03/12/24 10:43
Add Comment