Tagged Questions
The diffmerge tag has no wiki summary.
173
votes
15answers
65k views
How do I view 'git diff' output with visual diff program?
When I type 'git diff', I want to view the output with my visual diff tool of choice (SourceGear diffmerge on Windows). How do I configure git to do this?
13
votes
4answers
6k views
How do I setup DiffMerge with msysgit / gitk?
I've just started using Git and it's possible I've missed something obvious, but here goes:
I'm using msysgit 1.6.2.2 on Windows XP
While installing, I picked option 1 to "Use Git Bash only"
I'm ...
4
votes
1answer
781 views
Problem with git + DiffMerge on OS X
I have configured Sourcegear DiffMerge to be my default git merge tool using the following instructions:
git config --global diff.tool diffmerge
git config --global difftool.diffmerge.cmd "diffmerge ...
4
votes
1answer
379 views
How do I make diffmerge do a three-way merge with Mercurial?
I am currently using the commmand hg diffmerge -r 32 -r 30 myfile, but this only displays two windows, not three. How can I make it do a three way merge?
.hgrc
[ui]
merge=diffmerge
[extensions]
...
2
votes
4answers
1k views
Need help configuring external diff with Eclipse
I am trying to set up my dev environment and I got SVN running with Eclipse on my mac (with Subclipse). However, when I click on a file I've changed and go to Compare With -> Latest From Repository, I ...
1
vote
3answers
66 views
git with DiffMerge setup to mimic Mercurials setup with diffmerge
I'm wondering if there is a way to setup git and diffmerge so that when you execute the following command: git difftool diffmerge pops up and shows you a file listing of all the modified files instead ...
1
vote
1answer
291 views
using DiffMerge
I would like to be able to edit conflicts using DiffMerge but when I try, VS (2010) complains I need to configure an external tool. It states I should do this from the Tools/Options/Source ...
0
votes
1answer
16 views
What is the setting should I made to TortoiseSVN to use DiffMerge as an extern diff-tool?
I don't know what the setting on TortoiseSVN should be.
Please share if you know how to.
ps.
I'm following help on this page ...