From f246d4b42fef6cef320c333085d326a343802afe Mon Sep 17 00:00:00 2001 From: Benjamin C Meyer Date: Mon, 5 Sep 2011 22:38:45 -0400 Subject: Change my mind on the previous commit making the new default .githooks not .hooks to match other .git* files/directories. Signed-off-by: Benjamin C Meyer --- git-hooks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-hooks b/git-hooks index 89f26a8..6389be6 100755 --- a/git-hooks +++ b/git-hooks @@ -37,7 +37,7 @@ function hook_dirs GITDIR=`git rev-parse --git-dir` cd $GITDIR/.. echo "${PWD}/git_hooks${hook}" - echo "${PWD}/.hooks${hook}" + echo "${PWD}/.githooks${hook}" eval echo "`git config hooks.global`"${hook} } -- cgit v1.2.3