https://github.com/Kitware/CMake
Revision 19fc1ba630e06f75fed8447999c2bef6439663c2 authored by Ben Boeckel on 21 November 2022, 17:58:30 UTC, committed by Ben Boeckel on 21 November 2022, 23:20:46 UTC
1 parent 87f7553
Raw File
Tip revision: 19fc1ba630e06f75fed8447999c2bef6439663c2 authored by Ben Boeckel on 21 November 2022, 17:58:30 UTC
Help/dev/experimental: document the `msvc` module map format
Tip revision: 19fc1ba
.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