.hooks-config 416 B

12345678910
  1. # Distributed under the OSI-approved BSD 3-Clause License. See accompanying
  2. # file LICENSE.rst or https://cmake.org/licensing for details.
  3. # Loaded by .git/hooks/(pre-commit|commit-msg|prepare-commit-msg)
  4. # during git commit after local hooks have been installed.
  5. [hooks "chain"]
  6. pre-commit = Utilities/Git/pre-commit
  7. commit-msg = Utilities/Git/commit-msg
  8. prepare-commit-msg = Utilities/Git/prepare-commit-msg