diff options
Diffstat (limited to '.hooks-config')
-rw-r--r-- | .hooks-config | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.hooks-config b/.hooks-config new file mode 100644 index 0000000000..064371c123 --- /dev/null +++ b/.hooks-config @@ -0,0 +1,10 @@ +# 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 |