From 3288ab0c78057e2388b247d326dc80011488a0bb Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 31 Jan 2017 10:56:35 -0500 Subject: Convert local hook configuration to a Git config file format The `git config` format is cleaner than a bash script and is also supported by our `hooks` branch to specify CMake-specific hooks. --- .hooks-config.bash | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 .hooks-config.bash (limited to '.hooks-config.bash') diff --git a/.hooks-config.bash b/.hooks-config.bash deleted file mode 100644 index ea9342a532..0000000000 --- a/.hooks-config.bash +++ /dev/null @@ -1,9 +0,0 @@ -# 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" -- cgit v1.2.1