mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-26 00:20:06 -06:00
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.
6 lines
190 B
ReStructuredText
6 lines
190 B
ReStructuredText
ExternalProject-GIT_CONFIG
|
|
--------------------------
|
|
|
|
* The :module:`ExternalProject` module gained a ``GIT_CONFIG`` option
|
|
to pass ``--config`` options to Git when cloning repositories.
|