Revision 27be5ccd45500c055288d4d4cfcdb675eca38fee authored by Kyle Edwards on 21 August 2023, 18:41:24 UTC, committed by Kyle Edwards on 25 August 2023, 14:44:06 UTC
1 parent 5ae0030
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