Revision 482d9ef9a8fe640d45eabbf4d6b32cfe5c1d124d authored by Gregor Jasny on 17 March 2019, 19:22:26 UTC, committed by Gregor Jasny on 17 March 2019, 19:41:35 UTC
1 parent 2833309
Raw File
.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