https://github.com/Kitware/CMake
Revision bbcdac4e5d53de12013c6af6395b28e4816f7823 authored by Cristian Adam on 07 August 2021, 15:07:55 UTC, committed by Cristian Adam on 13 September 2021, 15:12:11 UTC
1 parent cc94429
Raw File
Tip revision: bbcdac4e5d53de12013c6af6395b28e4816f7823 authored by Cristian Adam on 07 August 2021, 15:07:55 UTC
PCH: Fix all-language precompile header support in Xcode
Tip revision: bbcdac4
.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