summaryrefslogtreecommitdiffstats
path: root/Tests/ExternalProjectUpdate/gitrepo.tgz
Commit message (Collapse)AuthorAgeFilesLines
* ExternalProject: Don't git stash ignored filesCraig Scott2021-01-161-0/+0
| | | | | | The change to the binary gitrepo.tgz file adds a commit which adds a .gitignore file. Fixes: #21278
* ExternalProject: Add tests for UPDATE_COMMAND.Matt McCormick2012-11-131-0/+0
Tests are added for UPDATE_COMMAND to ensure it is working properly. Testing infrastructure is added along with tests for Git, but tests for other version control systems could easily be added in the future.