]> git.ipfire.org Git - thirdparty/git.git/commitdiff
mergetools: vimdiff: fix comment
authorFelipe Contreras <felipe.contreras@gmail.com>
Wed, 10 Aug 2022 15:46:12 +0000 (10:46 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 10 Aug 2022 19:39:07 +0000 (12:39 -0700)
The name of the variable is wrong, and it can be set to anything, like
1.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Reviewed-by: Fernando Ramos <greenfoo@u92.eu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
mergetools/vimdiff

index f770b8fe244c8ddd9dc349125a8e8e0ac0325574..ea416adcaa29ada688f0e4adc66ad7481cac8058 100644 (file)
@@ -29,8 +29,8 @@
 ################################################################################
 
 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