Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | COMP: Fix class reference for HP aCC | Brad King | 2009-04-22 | 1 | -1/+1 |
| | |||||
* | ENH: Teach CTest to handle git repositories | Brad King | 2009-04-22 | 1 | -0/+416 |
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. |