Last-Modified: Wed, 25 Dec 2024 20:30:27 GMT Expires: Sat, 23 Dec 2034 20:30:27 GMT CMake.git - CMake is a cross-platform, open-source build system generator.
summaryrefslogtreecommitdiffstats
path: root/.hooks-config
blob: 064371c1238bfeb770e7115a38b8a3ad46636ef5 (plain)
1
2
3
4
5
6
7
8
9
10
# 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