aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin C Meyer <ben@meyerhome.net>2013-10-23 23:14:44 -0400
committerBenjamin C Meyer <ben@meyerhome.net>2013-10-23 23:16:16 -0400
commit7e9a63bde673b64fc9d94d02b25f1bd873db175f (patch)
treee12ea074865e6e9244953274272e214898f77084
parent1d2b74a54a69f741289b0cbebc47564043c5fe0d (diff)
downloadgit-hooks-7e9a63bde673b64fc9d94d02b25f1bd873db175f.tar.gz
git-hooks-7e9a63bde673b64fc9d94d02b25f1bd873db175f.tar.bz2
If git hooks isn't installed explicitly say how to install it
Signed-off-by: Benjamin C Meyer <ben@meyerhome.net>
-rwxr-xr-xgit-hooks2
1 files changed, 1 insertions, 1 deletions
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