[Cmake-commits] CMake branch, next, updated. v3.7.2-2454-g2a99491

Brad King brad.king at kitware.com
Tue Jan 31 11:16:04 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, next has been updated
       via  2a99491734ddf8a879ab7ca6492373cf072031d4 (commit)
       via  372e87197b07d1b5d68712b609f5184d1d974f73 (commit)
      from  3a61f7e8e2ec578a9512dd3599088d8d24f158dd (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=2a99491734ddf8a879ab7ca6492373cf072031d4
commit 2a99491734ddf8a879ab7ca6492373cf072031d4
Merge: 3a61f7e 372e871
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Jan 31 11:16:03 2017 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Jan 31 11:16:03 2017 -0500

    Merge topic 'developer-setup' into next
    
    372e8719 fixup! Add pre-commit hook to check whether SetupForDevelopment must re-run


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=372e87197b07d1b5d68712b609f5184d1d974f73
commit 372e87197b07d1b5d68712b609f5184d1d974f73
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Jan 31 11:15:31 2017 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Jan 31 11:15:31 2017 -0500

    fixup! Add pre-commit hook to check whether SetupForDevelopment must re-run

diff --git a/Utilities/Git/pre-commit b/Utilities/Git/pre-commit
index 2ec78f4..b63ae5e 100755
--- a/Utilities/Git/pre-commit
+++ b/Utilities/Git/pre-commit
@@ -31,7 +31,7 @@ Use lines strictly less than '"$line_too_long"' characters in C++ code.'
 
 #-----------------------------------------------------------------------------
 
-# Check that developmer setup is up-to-date.
+# Check that development setup is up-to-date.
 lastSetupForDevelopment=$(git config --get hooks.SetupForDevelopment || echo 0)
 eval $(grep '^SetupForDevelopment_VERSION=' "${BASH_SOURCE%/*}/../SetupForDevelopment.sh")
 test -n "$SetupForDevelopment_VERSION" || SetupForDevelopment_VERSION=0

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

Summary of changes:
 Utilities/Git/pre-commit |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list