Only set GIT_CURL_VERBOSE if needed
What does this Merge Request do?
It seems even if GIT_CURL_VERBOSE
is set to 0
that's enough for the verbosity to be increased so we need to conditionally set GIT_CURL_VERBOSE
, only if GIT_CURL_VERBOSE=1
is detected.
Merge Request checklist
-
Tests added for new functionality. If not, please raise Issue to follow-up. -
This change is backward compatible. If not, please include steps to communicate to our users. -
Documentation added/updated, if needed. -
gdk doctor
test added, if needed.
Edited by Ash McKenzie