Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
1k views

Doing a three-way compare with Git and KDiff3

Is it possible to set Git up so that I can use the three-way compare in KDiff3? I have two branches that are far too different to auto-merge them, I simply have to check each merge point and I think ...
1
vote
1answer
127 views

GNU diff3 (three-way merge) gives unexpected result

Assume that files MINE and YOURS are descendants of OLD. FILE_MINE= abc def ghi FILE_OLD= abc jkl ghi FILE_YOURS= abc def ghi Command diff3 -m MIND OLD YOURS gives: abc ...
1
vote
0answers
134 views

How to use one script for diff and diff3 in Subversion?

I have a perl script that determines what external diff to use depending on the file's content. I would like to use it determine external diff3 also. Which is the best method to know how my script is ...
0
votes
2answers
154 views

Subversion config: What's diff3-has-program-arg for?

Subversion has the option diff3-has-program-arg ### Set diff3-has-program-arg to 'yes' if your 'diff3' program ### accepts the '--diff-program' option. diff3-has-program-arg = [ yes | no ] My ...
0
votes
1answer
205 views

diff3-like program for windows?

I'm a linux user, and normally I use kdiff3 to compare 3 (text) files between each others (for example, when there are svn conflics). I know of various programs to do that (like diff3 or meld) but ...