summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/ExternalProject-GIT_CONFIG.rst
Commit message (Collapse)AuthorAgeFilesLines
* ExternalProject: Allow passing config flags to git cloneChristian Fetzer2016-11-091-0/+5
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=true`. The `--config` parameter is supported since Git 1.7.7.