]> gitweb.fluxo.info Git - git-hooks.git/commitdiff
Change my mind on the previous commit making the new default .githooks
authorBenjamin C Meyer <ben@meyerhome.net>
Tue, 6 Sep 2011 02:38:45 +0000 (22:38 -0400)
committerBenjamin C Meyer <ben@meyerhome.net>
Tue, 6 Sep 2011 02:39:50 +0000 (22:39 -0400)
not .hooks to match other .git* files/directories.

Signed-off-by: Benjamin C Meyer <ben@meyerhome.net>
git-hooks

index 89f26a8204b4b0e966ad97d1a38d3125b27b6994..6389be613630b6531c6b8fce42cebf651cf792ef 100755 (executable)
--- 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}
 }