https://github.com/Kitware/CMake
Raw File
Tip revision: d3190d6a730207a56ef2144566468975167a811e authored by Brad King on 11 April 2024, 14:12:19 UTC
CMake 3.29.2
Tip revision: d3190d6
.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