Vulume
Vulume

Reputation: 35

Which Git mergetools can I use with a custom merge driver?

I have written a custom merge driver for JSON which outputs diff3 format. All good visual mergetools I have tried insist on re-merging the file before showing the GUI. Are there any tools which can use the conflictfile with <<<<<<< ||||||| ======= >>>>>>> as input? Ideally in diff3 format but the regular conflict format is fine too.

I've had some luck with:
VSCode - can recognize the markers and provides buttons, but doesn't have a side-by-side view. A proper 3 way merge is on their roadmap so I'm hopeful.
TkDiff - works but is very difficult to use. Hard to install on Windows and it's definitely not primarily meant for merging. The merge interface is hidden on startup and showing it isn't remembered, many unnecessary popup dialogs, saving is stupid, etc. The latest version (5.0) wasn't tested for conflict resolution; a bug in the script makes it impossible to open it (I submitted a fix).

I've had no luck with:
Sublime Merge
Meld
P4Merge
Kdiff3 Vimdiff

Upvotes: 0

Views: 246

Answers (0)

Related Questions