···120 git config remote.origin.partialclonefilter "blob:none"
121 echo "$sparseCheckout" | git sparse-checkout set --stdin ${nonConeMode:+--no-cone}
122 fi
123- ( [ -n "$http_proxy" ] && clean_git config http.proxy "$http_proxy" ) || true
124}
125126# Return the reference of an hash if it exists on the remote repository.
···120 git config remote.origin.partialclonefilter "blob:none"
121 echo "$sparseCheckout" | git sparse-checkout set --stdin ${nonConeMode:+--no-cone}
122 fi
123+ ( [ -n "$http_proxy" ] && clean_git config --global http.proxy "$http_proxy" ) || true
124}
125126# Return the reference of an hash if it exists on the remote repository.