Skip to content

Commit 5145a15

Browse files
authored
display git improper version string as debug
1 parent 92419a4 commit 5145a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vendor/lib/lib_git.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ exit /b
5555
set "GIT_VERSION=%%C"
5656
) else (
5757
echo "'git --version' returned an improper version string!"
58-
echo "executable: %git_executable%"
58+
%print_debug% :read_version "returned string: '%%A %%B %%C' by executable path: %git_executable%"
5959
pause
6060
exit /b
6161
)

0 commit comments

Comments
 (0)