Files
git/Documentation
Seth House de8dafbada mergetool: break setup_tool out into separate initialization function
This is preparation for the following commit where we need to source the
mergetool shell script to look for overrides before `run_merge_tool` is
called. Previously `run_merge_tool` both sourced that script and invoked
the mergetool.

In the case of the following commit, we need the result of the
`hide_resolved` override, if present, before we actually run
`run_merge_tool`.

The new `initialize_merge_tool` wrapper is exposed and documented as
a public interface for consistency with the existing `run_merge_tool`
which is also public. Although `setup_tool` could instead be exposed
directly, the related `setup_user_tool` would probably also want to be
elevated to match and this felt the cleanest to me.

Signed-off-by: Seth House <seth@eseth.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2021-02-09 14:09:16 -08:00
..
2020-07-06 22:09:16 -07:00
2020-12-18 15:15:18 -08:00
2019-05-09 00:37:27 +09:00
2020-08-04 18:34:02 -07:00
2020-09-19 15:56:06 -07:00
2020-10-27 15:09:50 -07:00
2020-04-29 16:15:27 -07:00
2019-08-11 17:40:07 -07:00
2020-10-22 10:29:30 -07:00
2020-11-11 13:18:38 -08:00
2019-05-07 13:04:48 +09:00
2019-05-07 13:04:48 +09:00
2020-12-17 15:06:40 -08:00
2019-10-21 12:02:39 +09:00