]> git.ipfire.org Git - thirdparty/git.git/commit - git-mergetool--lib.sh
mergetool--lib: create gui_mode function
authorDenton Liu <liu.denton@gmail.com>
Mon, 29 Apr 2019 06:21:11 +0000 (02:21 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 May 2019 14:11:59 +0000 (23:11 +0900)
commit884630b2e2634969656faabc7f4e33cab2e32b35
tree211341a0242982559a10cad7bb2f3fcfbe111477
parent05fb8726cccc74908853c166248ff9b6abdafae5
mergetool--lib: create gui_mode function

Before, in `get_configured_merge_tool`, we would test the value of the
first argument directly, which corresponded to whether we were using
guitool. However, since `$GIT_MERGETOOL_GUI` is available as an
environment variable, create the `gui_mode` function which increases the
clarify of functions which use it.

While we're at it, add a space before `()` in function definitions to
fix the style.

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-mergetool--lib.sh