summaryrefslogtreecommitdiff
path: root/Utilities/GitSetup
Commit message (Collapse)AuthorAgeFilesLines
* setup-user: restore portabilityJiri Malak2020-04-151-1/+8
| | | | | | | | | | Changes in commit 5129e97285 (setup-user: switch to git-var to check if username and e-mail are set, 2019-11-24, v3.17.0-rc1~379^2) now require the `rev` and `cut` tools to be available. Revise the logic to use that approach only when they are available, and otherwise fall back to the previous more portable approach. Co-Author: Brad King <brad.king@kitware.com>
* setup-user: switch to git-var to check if username and e-mail are setArkadiusz Drabczyk2019-11-241-4/+4
| | | | | | | | | | In git, apart from setting username and e-mail in .gitconfig it's also possible to set username in /etc/passwd and set e-mail using EMAIL environment variable. The advantage of this method is that other programs such as mutt or doxygen will pick up these settings up so there is no need to set them separately in each program. Current way of checking if username and e-mail are set using git config results in failure if they are set using this method.
* Merge branch 'upstream-GitSetup' into update-gitsetupBrad King2017-11-3010-871/+4
| | | | | * upstream-GitSetup: GitSetup 2017-10-26 (1639317d)
* 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.