The tag has no wiki summary.

learn more… | top users | synonyms

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
32 views

git Mergetool - not able to choose which code to save

I am in the git Mergetool. I am trying to select my local changes, and when I select the dropdown to choose left, nothing happens. Here is the screenshot Is there something I am doing wrong? Why am ...
3
votes
0answers
45 views

Main differences between P4Merge and DiffMerge

My team is looking for a powerful 3-way merge tool to add to our toolbox. I identified P4Merge and DiffMerge as top candidates for us because they are considered the best here on SO (thank you SO ...
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
0answers
92 views

eGit merge conflict - wrong content in comparison for staged file

We've been using git and eGit in eclipse (Helios and Juno - this issue is same in both) fairly successfully up until a merge we tried this morning. We have a branch G_Claims (which I've checked is ...
3
votes
1answer
1k views

How to use vimdiff [closed]

I just merged a branch into my master in git and I got Automatic merge failed; fix conflicts and then commit the result. Now I ran git mergetool and vim diff opened with the image below. I dont know ...
0
votes
1answer
36 views

How to change location of backup files left by failed git mergetool

When I use git merge tool and cancel it with Ctrl+C, following files are left in repository: app/controllers/application_controller.rb.orig app/controllers/application_controller.rb.BACKUP.22361.rb ...
1
vote
1answer
177 views

How to use opendiff as default mergetool

Hi I am trying to use opendiff as the git mergetool, but when I run mergetool I get this error message: The merge tool opendiff is not available as 'opendiff' What am I doing wrong? It was ...
1
vote
1answer
218 views

How to use git mergetool's filemerge

The documentation is here: http://www.kernel.org/pub/software/scm/git/docs/git-mergetool.html A handy guide is here: http://ryanflorence.com/git-for-beginners/ However, neither of them explain how to ...
1
vote
1answer
99 views

How can I get p4merge to recognize conflicts induced by `git cherry-pick`, just the way it does with `git merge`?

I followed this partly cherry-picking a commit with git to cherry-pick changes on only certain files. after the cherry-pick, some files had conflicts, i.e. the files have sections like : ...
0
votes
2answers
667 views

Can the LibreOffice / OpenOffice merge tool be used as `git-mergetool`?

I stumbled upon an old blog post suggesting this, unfortunately only as an unimplemented idea. Has this been done meanwhile / how can it be achieved? (I heard TortoiseGit might do this, but I'm ...
2
votes
1answer
138 views

View full file diff of `x` commits of a single file's history (that's hosted in git)

Say I have a file in git called filex.code, and I want to see the full code of the last x versions of that file with each changed section highlighted -- all in one place. So an x-paned commit history ...
1
vote
1answer
2k views

git mergetool fails

After a merge I want to use git mergetool to resolve the issue but it fails with whatever tool I specify: git mergetool ...
1
vote
1answer
598 views

gvimdiff mergetool for msysgit

I'm trying to use gvimdiff as a mergetool for git on Windows. Previously I've used vimdiff in console mode, but know feel like I'm not happy with limiting view Windows console size, so I'm trying to ...
1
vote
1answer
347 views

Eclipse as git mergetool?

Let's say I'm using Eclipse with command line git. If I have an Eclipse instance running, is it possible to use its internal comparison view as mergetool somehow? I'm not sure if it is even possible ...
6
votes
4answers
3k views

git mergetool winmerge

I'm trying to integrate WINMerge with Git as I've seen others done before on my Windows 7 Ultimate. I've followed the following steps, but an error continues to show up when I do a git mergetool ...
5
votes
1answer
614 views

How do I make git automatically open the mergetool if there is a merge conflict?

How do I make git automatically run git mergetool for any merge conflict? This should apply for all merges, using merge, rebase, pull, etc.
0
votes
2answers
87 views

git merge result cannot be read by diff tool

I am trying to figure out what is happening when I am merging git branches. I have a branch that has diverged ( feature_1 ) from the main branch ( develop ). I do a merge git merge develop and i ...
2
votes
1answer
354 views

Git: configure patterns for difftool and mergetool

In Mercurial, one can define a pattern for external diff and merge tools (so that they are called only for files matching the pattern specified): [diff-patterns] **.ext = difftool [merge-patterns] ...
1
vote
2answers
206 views

Git undo merging 3 branches

I am not very familiar with Git. I have the basics down, but thats about it. Anyway, my friend walked me through merging these 3 branches. He left me to run the mergetools part myself though. I ...
3
votes
2answers
2k views

How to make git work with vimdiff and trustExitCode

I have configured vimdiff as mergetool for git. Whenever i do a merge, git never asks wether the merge was successful. I also tried: git config --global mergetool.vimdiff.trustExitCode false with no ...
0
votes
2answers
2k views

What should I do when git revert aborts with an error message?

OK, so I'm getting an error sometimes when I try to revert a commit (with Git). All that I do is git revert <commit hash> and it gives me this message: error: could not revert <commit ...
15
votes
3answers
6k views

Why can't I use TortoiseMerge as my git merge tool on Windows?

I'm trying to perform my first Git merge ever (exciting!), but can't get Git Gui (0.13.GITGUI from Git 1.7.4.msysgit.0) to recognize TortoiseMerge (1.6.11.20210 x64) on Windows 7. Based on an answer ...
4
votes
1answer
5k views

Git & WinMerge (msysgit)

I've read about a bajillion Q&A's on this very topic, and followed all the instructions to the letter. But I'm still getting headaches trying to set up Git to diff and merge using WinMerge. I've ...
3
votes
2answers
602 views

How to use BeyondCompare from git mergetool in cygwin?

How to use BeyondCompare from "git mergetool" in cygwin?
3
votes
1answer
125 views

Merge changes when a file on a branch has split into two files on the master

This is basically the result of a massive class C on the master having been refactored down the line into two smaller classes, C1 and C2. C was then made a subclass of C2 and cut down to a skeletal ...
5
votes
4answers
2k views

Is there a way to make Git mark a file as conflicted?

It's possible to commit files that contains conflict data. Is there a way to mark these files as conflicted again, so that running git mergetool will generate the necessary files and run the merge ...
7
votes
2answers
3k views

Can I rename LOCAL, REMOTE and BASE as used in git mergetool?

Lets say I'm doing a rebase B of a branch onto master and there's a conflict. git opens up the default merge tool with 3 files as input : file.LOCAL, file.BASE, file.REMOTE (they're named a little ...
4
votes
3answers
1k views

console UI tool for resolving merge conflicts in git… like vimdiff but 'easier'

i'm looking for a console UI tool for resolving merge conflicts in git... like vimdiff but 'easier'
1
vote
2answers
1k views

Is Git's auto-detection scripted or is it within some Git executable?

This question is based on VonC's comment at the thread. Is Git's auto-detection for difftool or mergetool scripted or is it within some Git executable?
30
votes
3answers
38k views

Merging with “git mergetool”

I've found git mergetool to be a handy utility for merging diffs visually, but the way I'm going about it seems really wonky. Essentially, my process looks like this when conflicts are reported: ...