https://github.com/Kitware/CMake
Revision 3d94ee0e03a82e602a8ce6c2b745f29285e69fd4 authored by Marc Chevrier on 05 August 2022, 08:54:45 UTC, committed by Marc Chevrier on 22 August 2022, 14:25:53 UTC
1 parent 553da06
Raw File
Tip revision: 3d94ee0e03a82e602a8ce6c2b745f29285e69fd4 authored by Marc Chevrier on 05 August 2022, 08:54:45 UTC
cmMakefile::RaiseScope: Add support for cmValue argument
Tip revision: 3d94ee0
.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