ExternalProject: Allow passing config flags to git clone
Add a GIT_CONFIG
parameter that allows to specify --config
flags that are passed to the git clone command. This can be used to specify for example core.autocrlf=false
.
Related issue: #15799 (closed).