summaryrefslogtreecommitdiffstats
path: root/Utilities/GitSetup
Commit message (Collapse)AuthorAgeFilesLines
* SetupForDevelopment: Drop cmake.org remote repo configurationBrad King2017-03-031-8/+1
| | | | | We no longer push directly to cmake.org repositories. Changes now go through https://gitlab.kitware.com/cmake/cmake for integration.
* GitSetup: Tell Git not to export .gitattributesBrad King2017-01-301-1/+0
| | | | | | | GitSetup upstream added an attribute to export `.gitattributes` so that importing snapshots into the sources of other projects would bring along the attributes. However, we don't want to export them from CMake. Drop `.gitattributes` entries not relevant to CMake.
* Merge branch 'upstream-GitSetup' into developer-setupBrad King2017-01-3010-11/+532
| | | | | * upstream-GitSetup: GitSetup 2016-12-13 (cd5ada6d)
* Utilities/GitSetup: Fetch local hooks via httpsBrad King2016-10-041-1/+1
|
* Merge branch 'setup' into developer-setupBrad King2012-04-261-10/+36
|
* Merge branch 'setup' into developer-setupBrad King2012-03-022-7/+3
|
* Add and configure developer setup helper scriptsBrad King2012-03-021-0/+9
| | | | | Configure GitSetup scripts for CMake. Run them from a single Utilities/SetupForDevelopment.sh script.
* Merge branch 'setup' into developer-setupBrad King2012-03-0211-0/+783
Add Utilities/GitSetup/ directory using subtree merge from the general GitSetup repository "setup" branch.