https://github.com/Kitware/CMake
Revision 680fe820c60f84cc0b11dd3b0cbaefc111040f03 authored by Craig Scott on 11 August 2022, 05:08:46 UTC, committed by Brad King on 15 August 2022, 15:06:51 UTC
1 parent 7ad89f8
Raw File
Tip revision: 680fe820c60f84cc0b11dd3b0cbaefc111040f03 authored by Craig Scott on 11 August 2022, 05:08:46 UTC
Help: A missing cross-reference to --compile-no-warning-as-error
Tip revision: 680fe82
.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