From: Benjamin C Meyer Date: Thu, 24 Oct 2013 03:14:44 +0000 (-0400) Subject: If git hooks isn't installed explicitly say how to install it X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=7e9a63bde673b64fc9d94d02b25f1bd873db175f;p=git-hooks.git If git hooks isn't installed explicitly say how to install it Signed-off-by: Benjamin C Meyer --- diff --git a/git-hooks b/git-hooks index ff15471..34818bc 100755 --- 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