Merge topic 'CTestUpdateGit-safecrlf'
5c153c6 Make CTest.UpdateGIT robust to Git safecrlf on Windows
This commit is contained in:
commit
4870918c48
@ -90,6 +90,9 @@ ${AUTHOR_CONFIG}")
|
||||
run_child(WORKING_DIRECTORY ${TOP}/import
|
||||
COMMAND ${GIT} add .
|
||||
)
|
||||
run_child(WORKING_DIRECTORY ${TOP}/import
|
||||
COMMAND ${GIT} config core.safecrlf false
|
||||
)
|
||||
run_child(WORKING_DIRECTORY ${TOP}/import
|
||||
COMMAND ${GIT} submodule add ${MOD_REPO} module
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user