Revision e7e25c6cb6a4ce211976f0020a12a8a39e9131b6 authored by Vitaly Stakhovsky on 25 May 2018, 14:18:34 UTC, committed by Brad King on 25 May 2018, 17:04:56 UTC
The method no longer does anything.  Remove it and remove calls to it.
1 parent 726c090
Raw File
.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