CMake/Tests/ExternalProject
Christian Fetzer 2be9d85af8 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=true`.  The `--config` parameter is supported
since Git 1.7.7.
2016-11-09 15:54:13 -05:00
..
Example Replace http://www.cmake.org URLs with https://cmake.org 2015-09-25 15:47:39 -04:00
CMakeLists.txt ExternalProject: Allow passing config flags to git clone 2016-11-09 15:54:13 -05:00
cvsrepo.tgz ENH: Add *.tgz files of cvs and svn repositories containing the TutorialStep1 project to test cvs and svn capabilities of ExternalProject without requiring network activity. 2009-06-25 12:03:00 -04:00
gitrepo-sub.tgz ExternalProject: Add unit tests for GIT_SUBMODULES argument 2015-06-08 10:27:06 -04:00
gitrepo.tgz Add git support to ExternalProject. 2010-06-02 16:28:04 -04:00
hgrepo.tgz ExternalProject: Add Mercurial (hg) repository support 2012-08-16 09:02:34 -04:00
svnrepo.tgz BUG: Downgrade svn repository to be created with an svn 1.2 installation (rather than 1.4) so that it works (hopefully) with more svn clients in the wild. Change time stamps of test projects in CMakeLists.txt to reflect times available in newly created repository. Add UPDATE_COMMAND "" for checkouts that are tag-based or date-stamp-based to avoid unnecessary update steps. 2009-06-26 13:00:39 -04:00