From 77340f7860152d7bd3bc1f2e6af979a4be14a73f Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 5 Apr 2014 21:46:33 -0300 Subject: Sandbox: git-hooks support --- sandbox | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sandbox') diff --git a/sandbox b/sandbox index a249562..acfdc55 100755 --- a/sandbox +++ b/sandbox @@ -30,6 +30,10 @@ else git init git add . git commit -m "Initial import" + + if which git-hooks &> /dev/null; then + git hooks --install + fi ) fi -- cgit v1.2.3