https://github.com/Kitware/CMake
Revision cca8c3bb60ae156e3b14ca3d158a83b819b30d37 authored by Brad King on 23 December 2014, 13:54:01 UTC, committed by CMake Topic Stage on 23 December 2014, 13:54:01 UTC
8d70a914 Help: Add 3.1 release note about '#' escaping in Makefiles (#15322)

2 parent s 90b015a + 8d70a91
Raw File
Tip revision: cca8c3bb60ae156e3b14ca3d158a83b819b30d37 authored by Brad King on 23 December 2014, 13:54:01 UTC
Merge topic 'doc-octothorpe-escaping'
Tip revision: cca8c3b
.hooks-config.bash
#=============================================================================
# CMake - Cross Platform Makefile Generator
# Copyright 2000-2011 Kitware, Inc., Insight Software Consortium
#
# Distributed under the OSI-approved BSD License (the "License");
# see accompanying file Copyright.txt for details.
#
# This software is distributed WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the License for more information.
#=============================================================================

# 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