KDiff3 is a diff/merge program that compares or merges two or three text input files or directories and shows the differences line by line and character by character (!).
4
votes
2answers
2k views
How to get 3-way merge in GIT on non-conflict merges?
How to disable auto-merging in GIT?
The purpose is to have the same behaviour as for conflict merges resolution in automatic merges during invocation of command chain:
$ git fetch
$ git merge ...
10
votes
3answers
6k views
how to set kdiff3 as merge tool for svn
I would like to be able to resolve conflicts using kdiff3, when svn notifies me about the conflict. How can I set it as a default tool for this?
2
votes
1answer
198 views
git recursive strategy with multiple ancestors and kdiff3
I'm running a merge with a scenario where several "common ancestors" are available so Git runs "git merge recursive" strategy.
As such, it runs a merge to create a new ancestor that will, in turn, be ...
5
votes
2answers
2k views
Kdiff3 won't open with mergetool command
I have conflicts, so I type:
git mergetool
I then get a message saying:
Hit return to start merge resolution tool
Normally when I do this, it open kdiff3 so I can merge the differences.
now ...
5
votes
2answers
3k 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
195 views
How could I force mergetool GUI (kdiff3) to be always shown?
How could I force mergetool GUI to be always shown and disable any automatic resolving?
Sometimes when there is a conflict during a merge and I use the mergetool, it simply immediatelly return ...