https://github.com/Kitware/CMake
Revision 6cd02f08c730449a4275830cb321a14ea51051ab authored by Brad King on 24 October 2016, 14:31:14 UTC, committed by Brad King on 24 October 2016, 14:31:14 UTC
2 parent s 22ef704 + 42db2eb
Raw File
Tip revision: 6cd02f08c730449a4275830cb321a14ea51051ab authored by Brad King on 24 October 2016, 14:31:14 UTC
Merge branch 'backport-ninja-subdir-binary-dir' into release
Tip revision: 6cd02f0
.hooks-config.bash
# 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"
hooks_chain_commit_msg="Utilities/Git/commit-msg"
hooks_chain_prepare_commit_msg="Utilities/Git/prepare-commit-msg"
back to top