diff options
author | Seth House <seth@eseth.com> | 2021-02-13 19:28:40 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-02-23 11:37:13 -0800 |
commit | 30bb8088afd4502acd2e166ddf7e4b071e53b86d (patch) | |
tree | 5746e0530148de1814dfde127a06f66846231e0f /entry.c | |
parent | The tenth batch (diff) | |
download | tgif-30bb8088afd4502acd2e166ddf7e4b071e53b86d.tar.xz |
mergetools/vimdiff: add vimdiff1 merge tool variant
This adds yet another vimdiff/gvimdiff variant and presents conflicts as
a two-way diff between 'LOCAL' and 'REMOTE'. 'MERGED' is not opened
which deviates from the norm so usage text is echoed as a Vim message on
startup that instructs the user with how to proceed and how to abort.
Vimdiff is well-suited to two-way diffs so this is an option for a more
simple, more streamlined conflict resolution. For example: it is
difficult to communicate differences across more than two files using
only syntax highlighting; default vimdiff commands to get and put
changes between buffers do not need the user to manually specify
a source or destination buffer when only using two buffers.
Like other merge tools that directly compare 'LOCAL' with 'REMOTE', this
tool will benefit when paired with the new `mergetool.hideResolved`
setting.
Signed-off-by: Seth House <seth@eseth.com>
Tested-by: David Aguilar <davvid@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'entry.c')
0 files changed, 0 insertions, 0 deletions