aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e37dba5..0d95071 100644
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,10 @@ post_update:
git config receive.denyCurrentBranch ignore
cd .git/hooks && ln -sf ../../bin/post-update
+post_receive:
+ git config receive.denyCurrentBranch ignore
+ cd .git/hooks && ln -sf ../../bin/post-receive
+
whoami:
git config user.name "Cache Saravento"
git config user.email cache@sarava.org