From 7e9a63bde673b64fc9d94d02b25f1bd873db175f Mon Sep 17 00:00:00 2001 From: Benjamin C Meyer Date: Wed, 23 Oct 2013 23:14:44 -0400 Subject: If git hooks isn't installed explicitly say how to install it Signed-off-by: Benjamin C Meyer --- git-hooks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3