Search found 2 matches

by scarpent
Wed Mar 20, 2013 3:03 pm
Forum: Support (DiffMerge)
Topic: DiffMerge with command line arguments on OS X
Replies: 7
Views: 21814

Re: DiffMerge with command line arguments on OS X

Ah! And so it does. I should have tried running directly with diffmerge.sh first. Thanks for your reply -- now to figure out how to make it work in difftool.

(Edited to add the how:)

git difftool --dir-diff

Works great, and now I'm in diff heaven. Thanks again!

Scott
by scarpent
Wed Mar 20, 2013 7:51 am
Forum: Support (DiffMerge)
Topic: DiffMerge with command line arguments on OS X
Replies: 7
Views: 21814

Re: DiffMerge with command line arguments on OS X

Hi. This script worked great for setting up DiffMerge as the difftool for git in OSX. I've seen in another thread where it was mentioned SourceGear doesn't support specifying a folder diff from the command line, with a reason given that this is primarily a GUI tool. And that's how I want to use it, ...