This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Split diffs #816
Open
Description
From smashwilson/merge-conflicts#247:
git mergetool
creates files for each conflicting side and merge base.Example:
- app/views/foobar.html_BASE_17711.slim
- app/views/foobar.html_LOCAL_17711.slim
- app/views/foobar.html_REMOTE_17711.slim
These files are useful to determine what was actually changed (by comparing base to local change or remote change), to resolve conflict.
There is split-diff plugin, so we only need to create above files (like mergetool) and open split diff.
Split diffs or alternate diff views is something that I'd always kind of wanted to investigate, but never had the time. I'm guessing this will be a common request 😆