https://github.com/Kitware/CMake
Revision d792491c405ce47bcd779f53fa0f9422bb3df494 authored by Tobias Hunger on 27 October 2016, 09:34:45 UTC, committed by Brad King on 27 October 2016, 18:18:42 UTC
Catch more problematic input during handshake and report failure.

These were caught before when trying to configure, but it is way better
to get these reports early.
1 parent 9b8dc79
Raw File
Tip revision: d792491c405ce47bcd779f53fa0f9422bb3df494 authored by Tobias Hunger on 27 October 2016, 09:34:45 UTC
cmake-server: Better error reporting during handshake
Tip revision: d792491
.hooks-config.bash
# 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"
hooks_chain_commit_msg="Utilities/Git/commit-msg"
hooks_chain_prepare_commit_msg="Utilities/Git/prepare-commit-msg"
back to top