Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
247 views

I can't make git diff use opendiff

I want to use opendiff as default diff-tool for git diff. This used to work but for some reason stopped working. I'm using a script: echo opendiff $2 $5 > opendiff-git.sh which is set in ...
1
vote
2answers
817 views

git diff with opendiff gives “Couldn't launch FileMerge” error

I have git configured to use ~/bin/opendiff-git.sh as my external diff tool. That script looks like this: opendiff $2 $5 When I try and do a git diff from the command line, I get this message: ...