https://github.com/Kitware/CMake
Revision 60322134566e95b0df5d49a37feba8a10c042f3d authored by Michael Hirsch on 18 March 2022, 06:03:54 UTC, committed by Brad King on 18 March 2022, 11:22:42 UTC
1 parent 6ac2746
Raw File
Tip revision: 60322134566e95b0df5d49a37feba8a10c042f3d authored by Michael Hirsch on 18 March 2022, 06:03:54 UTC
FindMatlab: Add R2022a => 9.12 version
Tip revision: 6032213
.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