]> gitweb.fluxo.info Git - git-hooks.git/commitdiff
When printing the status claify that git-hooks is not installed in the current reposi...
authorBenjamin C Meyer <ben@meyerhome.net>
Sat, 19 Jun 2010 16:31:04 +0000 (12:31 -0400)
committerBenjamin C Meyer <ben@meyerhome.net>
Sat, 19 Jun 2010 16:31:04 +0000 (12:31 -0400)
Signed-off-by: Benjamin C Meyer <ben@meyerhome.net>
git-hooks

index 39bb0d18b8c12877230ad4337ed557288478febc..9c40e145a176260643acb31cabc0be6c65f53b60 100755 (executable)
--- a/git-hooks
+++ b/git-hooks
@@ -110,9 +110,9 @@ function list_hooks
     done
     cat .git/hooks/pre-commit | grep 'git-hooks' > /dev/null 2> /dev/null
     if [ $? = 0 ] ; then
-        echo -n "Git hooks ARE installed in this project."
+        echo -n "Git hooks ARE installed in this repository."
     else
-        echo -n "Git hooks are NOT installed."
+        echo -n "Git hooks are NOT installed in this repository."
     fi
 
     echo '  Listing User, Project, and Global hooks:'