https://github.com/Kitware/CMake
Revision 28ee3784055ab6b21563d56024b1324c16949cbc authored by Sebastian Holtermann on 15 February 2017, 20:00:39 UTC, committed by Sebastian Holtermann on 15 February 2017, 20:00:39 UTC
1 parent 84df4a4
Raw File
Tip revision: 28ee3784055ab6b21563d56024b1324c16949cbc authored by Sebastian Holtermann on 15 February 2017, 20:00:39 UTC
Autogen: Fix headers not skipped
Tip revision: 28ee378
.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