https://github.com/Kitware/CMake
Revision 4977184128ee0d9c3faa30943f79d47a419cf346 authored by Brad King on 26 July 2021, 14:17:18 UTC, committed by Brad King on 26 July 2021, 14:17:18 UTC
# By KWSys Upstream
* upstream-KWSys:
  KWSys 2021-07-26 (d5fd6ca2)
2 parent s 0079f24 + 7fc3f70
Raw File
Tip revision: 4977184128ee0d9c3faa30943f79d47a419cf346 authored by Brad King on 26 July 2021, 14:17:18 UTC
Merge branch 'upstream-KWSys' into update-kwsys
Tip revision: 4977184
.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