From: Benjamin C Meyer Date: Tue, 6 Sep 2011 02:38:45 +0000 (-0400) Subject: Change my mind on the previous commit making the new default .githooks X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f246d4b42fef6cef320c333085d326a343802afe;p=git-hooks.git 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 --- 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} }