[Cmake-commits] CMake branch, master, updated. v3.7.2-1233-g8a76536

Brad King brad.king at kitware.com
Tue Jan 31 09:04:16 EST 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, master has been updated
       via  8a76536e78e9084fb9636b2f0c57121522cfbbaf (commit)
       via  050bb41ca71d2cd9d4a229cdae19c97f77753273 (commit)
       via  d6108c87afb03a326b14bc6feafeb14e99316e5f (commit)
       via  3642d657b153f212eb119f1003e11c3079494630 (commit)
       via  7e5ef9ca78f67c2f4def64408ce4c7ecc03917a7 (commit)
       via  a6fda7bf4010051c2232d4ba6c64f310862a6471 (commit)
       via  a2d393d648d0f64010a4b34b84ab7985a284e294 (commit)
       via  c7b846edaa7cee549ca08cbfbab2843daf106a01 (commit)
      from  07d3695e75d1bbeaa571901708350efc3f936e0e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=8a76536e78e9084fb9636b2f0c57121522cfbbaf
commit 8a76536e78e9084fb9636b2f0c57121522cfbbaf
Merge: 07d3695 050bb41
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Jan 31 09:04:13 2017 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Jan 31 09:04:13 2017 -0500

    Merge topic 'developer-setup'
    
    050bb41c Tell Git not to export the GitSetup directory
    d6108c87 GitSetup: Tell Git not to export .gitattributes
    3642d657 Merge branch 'upstream-GitSetup' into developer-setup
    7e5ef9ca GitSetup 2016-12-13 (cd5ada6d)
    a6fda7bf Merge branch 'upstream-GitSetup' into developer-setup
    a2d393d6 Add script to update GitSetup from upstream
    c7b846ed GitSetup 2012-04-26 (b7daff9b)


-----------------------------------------------------------------------

Summary of changes:
 Utilities/.gitattributes               |    1 +
 Utilities/GitSetup/.gitattributes      |    5 +-
 Utilities/GitSetup/README              |    7 ++
 Utilities/GitSetup/config.sample       |   10 ++
 Utilities/GitSetup/git-gerrit-push     |   74 +++++++++++++
 Utilities/GitSetup/git-gitlab-push     |  177 ++++++++++++++++++++++++++++++++
 Utilities/GitSetup/setup-gerrit        |   15 ++-
 Utilities/GitSetup/setup-gitlab        |  140 +++++++++++++++++++++++++
 Utilities/GitSetup/setup-hooks         |    1 +
 Utilities/GitSetup/setup-stage         |    9 +-
 Utilities/GitSetup/setup-upstream      |  104 +++++++++++++++++++
 Utilities/Scripts/update-gitsetup.bash |   20 ++++
 12 files changed, 552 insertions(+), 11 deletions(-)
 create mode 100755 Utilities/GitSetup/git-gerrit-push
 create mode 100755 Utilities/GitSetup/git-gitlab-push
 create mode 100755 Utilities/GitSetup/setup-gitlab
 create mode 100755 Utilities/GitSetup/setup-upstream
 create mode 100755 Utilities/Scripts/update-gitsetup.bash


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list