https://github.com/Kitware/CMake
Revision 1f466935da2b04862307d126da0cf4d6b604d613 authored by Brad King on 06 June 2019, 14:15:33 UTC, committed by Brad King on 06 June 2019, 14:18:33 UTC
2 parent s 501a3cf + 923f58e
Raw File
Tip revision: 1f466935da2b04862307d126da0cf4d6b604d613 authored by Brad King on 06 June 2019, 14:15:33 UTC
Merge branch 'doc-xlclang-id' into release-3.15
Tip revision: 1f46693
.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