The name of the variable is wrong, and it can be set to anything, like
1.
Signed-off-by: Felipe Contreras <redacted>
Reviewed-by: Fernando Ramos <redacted>
Signed-off-by: Junio C Hamano <redacted>
################################################################################
debug_print () {
- # Send message to stderr if global variable GIT_MERGETOOL_VIMDIFF is set
- # to "true"
+ # Send message to stderr if global variable GIT_MERGETOOL_VIMDIFF_DEBUG
+ # is set.
if test -n "$GIT_MERGETOOL_VIMDIFF_DEBUG"
then