https://github.com/Kitware/CMake
Revision cfc92b483fbd3695d4a67843977e709ba4d7ea47 authored by Brad King on 01 April 2020, 14:53:21 UTC, committed by Kitware Robot on 01 April 2020, 14:54:44 UTC
2642f432ef Aux: Install editor and bash files to more natural locations

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4548
2 parent s f9be127 + 2642f43
Raw File
Tip revision: cfc92b483fbd3695d4a67843977e709ba4d7ea47 authored by Brad King on 01 April 2020, 14:53:21 UTC
Merge topic 'aux-install-dest'
Tip revision: cfc92b4
.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