Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Fix CTest.UpdateGIT test for older git | Brad King | 2009-04-23 | 1 | -1/+1 |
| | | | | | Older git versions do not support 'git init --bare', so we instead use the more proper 'git --bare init'. | ||||
* | ENH: Teach CTest to handle git repositories | Brad King | 2009-04-22 | 1 | -0/+174 |
This creates cmCTestGIT to drive CTest Update handling on git-based work trees. Currently we always update to the head of the remote tracking branch (git pull), so the nightly start time is ignored for Nightly builds. A later change will address this. See issue #6994. |