https://github.com/Kitware/CMake
Revision 1d25e8a7c9000a2261dfb42337a2cd7456fc81d5 authored by Brad King on 06 February 2017, 16:25:30 UTC, committed by Brad King on 06 February 2017, 16:25:30 UTC
Release versions do not have the development topic section of
the CMake Release Notes index page.
1 parent 92be2fb
Raw File
Tip revision: 1d25e8a7c9000a2261dfb42337a2cd7456fc81d5 authored by Brad King on 06 February 2017, 16:25:30 UTC
Help: Drop development topic notes to prepare release
Tip revision: 1d25e8a
.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