Search found 3 matches

by yazoox
Mon Aug 22, 2016 10:49 pm
Forum: Support (DiffMerge)
Topic: git difftool can't work fine on directory diff with DiffMerg
Replies: 4
Views: 11856

Re: git difftool can't work fine on directory diff with Diff

Beth wrote:What type of file is Berksfile?
Just a text file without extension name.

I also tried to change a .cpp, .h file, and met the same issue. after calling git difftool -d, the file on the right side will be added '@'
by yazoox
Sun Aug 21, 2016 8:55 pm
Forum: Support (DiffMerge)
Topic: git difftool can't work fine on directory diff with DiffMerg
Replies: 4
Views: 11856

Re: git difftool can't work fine on directory diff with Diff

Let's rule out some things first. Do you have the two folders you are comparing on your local hard drive? If so, launch DiffMerge independently of Git and compare the two folders. Does that work? If the first test works, then do you get the same problem when you compare any two folders in Git? Try ...
by yazoox
Thu Aug 18, 2016 7:03 pm
Forum: Support (DiffMerge)
Topic: git difftool can't work fine on directory diff with DiffMerg
Replies: 4
Views: 11856

git difftool can't work fine on directory diff with DiffMerg

git difftool can't work fine on directory diff with DiffMerg my os is mac 10.11 EI captian my git config is as following [diff] tool = diffmerge [merge] tool = diffmerge [mergetool "diffmerge"] trustExitCode = true cmd = /usr/local/bin/diffmerge --merge --result=\"$MERGED\" \&quo...