Removed curl dependency by using cmake internal curl
[platform/upstream/cmake.git] / .hooks-config.bash
1 #=============================================================================
2 # CMake - Cross Platform Makefile Generator
3 # Copyright 2000-2011 Kitware, Inc., Insight Software Consortium
4 #
5 # Distributed under the OSI-approved BSD License (the "License");
6 # see accompanying file Copyright.txt for details.
7 #
8 # This software is distributed WITHOUT ANY WARRANTY; without even the
9 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10 # See the License for more information.
11 #=============================================================================
12
13 # Loaded by .git/hooks/(pre-commit|commit-msg|prepare-commit-msg)
14 # during git commit after local hooks have been installed.
15
16 hooks_chain_pre_commit="Utilities/Git/pre-commit"
17 hooks_chain_commit_msg="Utilities/Git/commit-msg"
18 hooks_chain_prepare_commit_msg="Utilities/Git/prepare-commit-msg"