]> gitweb.fluxo.info Git - git-hooks.git/commitdiff
If git hooks isn't installed explicitly say how to install it
authorBenjamin C Meyer <ben@meyerhome.net>
Thu, 24 Oct 2013 03:14:44 +0000 (23:14 -0400)
committerBenjamin C Meyer <ben@meyerhome.net>
Thu, 24 Oct 2013 03:16:16 +0000 (23:16 -0400)
Signed-off-by: Benjamin C Meyer <ben@meyerhome.net>
git-hooks

index ff154718c29ad9649048119e54c01f722531cfe0..34818bc08f2ca4bf0f94109f8173f41e5bdf3e40 100755 (executable)
--- a/git-hooks
+++ b/git-hooks
@@ -128,7 +128,7 @@ function list_hooks
         echo "Git hooks ARE installed in this repository."
         echo ""
     else
-        echo "Git hooks are NOT installed in this repository."
+        echo "Git hooks are NOT installed in this repository. (Run 'git hooks --install' to install it)"
         echo ""
     fi