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 (!).
1
vote
2answers
19 views
Is there a command-line equivalent to kdiff3 that allows selective merging? [closed]
kdiff3 is a GUI diff tool that allows you to create a diff of two/three files and selectively choose which lines make up the merged file. Is there a command-line equivalent?
1
vote
1answer
181 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 ...
0
votes
1answer
51 views
mercurial kdiff3 mac is not opening
I am using eclipse with mercurial on my new mac and
when I am trying to merge it gives me a message
"1 file unresolved" and kdiff3 it's not opening ,
kdiff3 is the default merge tool right ?
If not ...
1
vote
1answer
95 views
git tells me that I Merge conflict, but also tells me that no files need merging
I committed some changes in the branch new.
I checkout out to master.
When I tried to merge:
$ git merge new
Auto-merging js/site.js
CONFLICT (content): Merge conflict in js/site.js
Automatic merge ...
0
votes
0answers
27 views
kdiff3 won't remember that I just resolved a conflict
This is what is happening when I try to merge 2 files (in my hg repo which opens kdiff3 directly):
I find 2 lines that read : <Merge Conflict> in red in the bottom panel.
I right-click on each ...
5
votes
1answer
84 views
Can ediff merge simultaneously show the ancestor, A, B, and merge buffers?
I'm a die-hard emacs user, but so far have always used kdiff3 for 3-way merges with ancestor, e.g. when performing git merge or rebase. I really like the way that kdiff3 can not only simultaneously ...
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 ...
1
vote
1answer
192 views
KDiff3 under cygwin git will not invoke
In keeping with a number of solutions posted on the internet I have installed KDiff3 and modified .gitconfig as below to make use of it. Nonetheless, when I run git diff HEAD^ HEAD within a repository ...
0
votes
0answers
18 views
kdiff3 selecting the file from remote completely
How can I choose the complete selection in kdiff3 as C (file from remote in kdiff3) instead of changing everything line by line (merge conflicts)? I just want to choose the remote file. Also what is ...
2
votes
1answer
420 views
Configuring KDiff3 to work with AnkhSVN
I just wondered if anyone had any experiencing configuring AnkhSVN to use kdiff3 as its merge tool.
I know it can be changed in Visual Studio 2010 at Tools -> Options Subversion User Tools but I'm ...
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
1answer
2k views
GIT Mergetool Config on Mac OSX
Hi I have git on mac OSX Snow Leopard and I tried to edit my merge and diff tool to use kdiff3 instead of emerge.
But when I try to use it does not launch the GUI of kdiff and keeps me with a cmd ...
0
votes
1answer
47 views
Show changeset # next to filename
How can I configure VS 2012 to show the changeset number when comparing two changesets?
I have configured Visual Studio 2012 with the following parameters for comparing.
However I get the below ...
4
votes
1answer
462 views
kdiff3 merge does not work
While using KDiff3 to resolve merge conflicts, how do I save the resolved copy of the A and B versions?
I open KDiff3 to resolve merge conflicts. I am able to resolve each conflict by selecting the ...
2
votes
0answers
211 views
From a kdiff3 file comparison, can I generate a diff in unified diff format?
I have a kdiff3 comparison in Windows, and I would like to save the comparison as a text file in unified diff format.
I realize this is kind of a strange question. Usually, people already have the ...
1
vote
1answer
201 views
kdiff: was merge successful
I'm trying to write a merge driver for git that used the kdiff3 for merge and conflict resolution.
I need a way to know if kdiff3 was successful in the merge or not.
So far I've got this:
...
0
votes
1answer
164 views
How to get directory git branch diff using kdiff
I have configured kDiff3 with my git.
What I need is to see directory difference between two branches. when I run
git difftool <headbranch>
command it opens all files one by one. But that ...
4
votes
0answers
44 views
How to hide matching lines in Kdiff3
Does anyone know of a way to hide matching lines in Kdiff3 (in Windows). I really only care about the differences and would rather quickly scroll through that list of differences without all the just ...
1
vote
1answer
916 views
Using kdiff3 to edit diffs with git
Often when I do diffs I want to edit my local file before committing. This works very well in Eclipse's compare view as it allows you to easily edit the local file as well as copy changes from the ...
0
votes
0answers
30 views
kdiff not showing files correctly
I got an issue, with showing code files in kdiff, best example is this:
for
foo();
kdiff shows
;foo()
any solution?
0
votes
1answer
51 views
Merging - can I change what is recognised as similar
Is it possible to control how merge tools recognise similar blocks of code? Particularly meld, but any suggestions of alternative tools also welcome. If it is relevant, I am using mercurial.
I am ...
2
votes
1answer
330 views
Copy single difference in kdiff3
s it possible to copy only one change or many changes one by one in kdiff. There are such options in WinMerge which allow to copy chnge from one file to second file without merging.
I need to copy ...
1
vote
2answers
534 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 ...
0
votes
1answer
159 views
Removing .orig files in IntelliJ Idea
Is there any comfortable way in IntelliJ Idea to remove all .orig files?
Thank you
2
votes
1answer
305 views
smartgit and kdiff3 integration
The merge tool that come with smartgit is very confusing.
I am not able to configure kdiff3. I dont get to configure the common ancestor.
These are the only three files they give me to configure: ...
1
vote
2answers
2k views
How resolve this Mercurial conflict?
I'm frustrated with Mercurial and Python since it makes easy things difficult. I have a trivial conflict and since Mercurial does not give any suggestion what to do I don't know even how to resolve ...
5
votes
1answer
229 views
Manual Diff Alignment in KDiff3
The "Add Manual Diff Alignment" in KDiff3 doesn't seem to do anything. The online documentation is rather sparse.
Does this function actually work?
0
votes
1answer
312 views
Saving merges using KDiff3 with TortoiseSVN
Wanting to use KDiff3 as my conflict resolution tool for TortoiseSVN I followed the instructions here and here to configure TortoiseSVN to use KDiff3. My merge tool settings in TortoiseSVN are thus:
...
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 ...
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?
7
votes
3answers
3k views
How to use visual merging tools?
I can't get my head around KDiff3 or Beyond Compare in the merge mode.
Is there any tutorial to this feature?
7
votes
3answers
866 views
What are A, B, and C in KDIFF merge
Why am I given three choices when merging between my code and someone else's? Shouldn't there just be my code, the other person's code, and the output below? The documentation for KDIFF doesn't help ...
1
vote
2answers
515 views
Mercurial with KDiff3 — can it directly expand all folders?
With Mercurial, every time a
hg vdiff
which invokes kdiff3, there are 2 steps that need to be done:
1) close the pop up that says how many files are diff'ing
2) go to Directory -> Unfold all ...
4
votes
1answer
368 views
Kdiff3 always showing “Qt: qcolorFromCGColor: cannot convert from colorspace model: 0”
On Mac, I installed kdiff3 to use with Mercurial to do
hg vdiff
but every time, it shows
Qt: qcolorFromCGColor: cannot convert from colorspace model: 0
Qt: qcolorFromCGColor: cannot convert from ...
3
votes
1answer
1k views
Using external diff tools with Mercurial
Anyone know how integrate ExamDiff with Mercurial? I have KDiff3 set up but couldn't figure out how to set up ExamDiff.
Update: Per accepted answer, this .hgrc config worked:
[extensions]
...
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 ...
3
votes
1answer
2k views
Can I change the diff tool used in TortoiseHg?
I use TortoiseHg to commit changes.
The diff that is shown in the commit dialog contains a lot of additions/deletions.
I configured KDiff3 as external diff tool.
When I click on the diff icon in the ...
