Skip to content
  • Brad King's avatar
    Make CTest.UpdateGIT robust to Git safecrlf on Windows · 5c153c62
    Brad King authored
    If the user has configured 'core.autocrlf' and 'core.safecrlf' then
    'git submodule add' will fail to 'git add' the '.gitmodules' file because
    it has LF newlines, at least as of Git 1.7.11.  Disable 'core.safecrlf'
    in our test repository to avoid the problem.
    5c153c62