https://github.com/Kitware/CMake
Revision b5a96716eb38e5859f10947e3d61bb4a8c0dffc0 authored by Craig Scott on 18 July 2021, 06:45:20 UTC, committed by Craig Scott on 18 July 2021, 06:45:20 UTC
1 parent 8be7694
Raw File
Tip revision: b5a96716eb38e5859f10947e3d61bb4a8c0dffc0 authored by Craig Scott on 18 July 2021, 06:45:20 UTC
Help: Clarify which project() call PROJECT_IS_TOP_LEVEL is for
Tip revision: b5a9671
.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