diff options
author | Philippe Blain <levraiphilippeblain@gmail.com> | 2024-11-22 20:50:22 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-11-25 03:59:19 +0100 |
commit | dbaece3526c30efab07f7f06c849bd8deaf62249 (patch) | |
tree | 62c0a3812f33834776ab52cb04afd1d5fe7e7ec0 /templates/hooks--pre-commit.sample | |
parent | git-mergetool--lib.sh: add error message for unknown tool variant (diff) | |
download | git-dbaece3526c30efab07f7f06c849bd8deaf62249.tar.xz git-dbaece3526c30efab07f7f06c849bd8deaf62249.zip |
git-difftool--helper.sh: exit upon initialize_merge_tool errors
Since the introduction of 'initialize_merge_tool' in de8dafbada
(mergetool: break setup_tool out into separate initialization function,
2021-02-09), any errors from this function are ignored in
git-difftool--helper.sh::launch_merge_tool, which is not the case for
its call in git-mergetool.sh::merge_file.
Despite the in-code comment, initialize_merge_tool (via its call to
setup_tool) does different checks than run_merge_tool, so it makes sense
to abort early if it encounters errors. Add exit calls if
initialize_merge_tool fails.
Signed-off-by: Philippe Blain <levraiphilippeblain@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'templates/hooks--pre-commit.sample')
0 files changed, 0 insertions, 0 deletions