https://github.com/Kitware/CMake
Revision 8442d9fc3fe71c12dd613ba585b196da93d6d9f1 authored by Brad King on 25 July 2018, 14:42:14 UTC, committed by Brad King on 25 July 2018, 14:42:14 UTC
2 parent s 5041298 + 7ddc2a1
Raw File
Tip revision: 8442d9fc3fe71c12dd613ba585b196da93d6d9f1 authored by Brad King on 25 July 2018, 14:42:14 UTC
Merge branch 'googletest_policy_settings' into release-3.12
Tip revision: 8442d9f
.hooks-config
# Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
# file Copyright.txt or https://cmake.org/licensing for details.

# Loaded by .git/hooks/(pre-commit|commit-msg|prepare-commit-msg)
# during git commit after local hooks have been installed.

[hooks "chain"]
	pre-commit = Utilities/Git/pre-commit
	commit-msg = Utilities/Git/commit-msg
	prepare-commit-msg = Utilities/Git/prepare-commit-msg
back to top