https://github.com/Kitware/CMake
Revision 2780c3c683ae3e11807c897dc519a49d8fd2c63f authored by Brad King on 03 November 2022, 16:02:05 UTC, committed by Brad King on 03 November 2022, 16:02:05 UTC
2 parent s c974557 + 0d3d687
Raw File
Tip revision: 2780c3c683ae3e11807c897dc519a49d8fd2c63f authored by Brad King on 03 November 2022, 16:02:05 UTC
Merge branch 'ci-xcode-14.1' into release-3.24
Tip revision: 2780c3c
.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