aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCache Saravento <cache@sarava.org>2015-08-07 14:55:34 -0300
committerCache Saravento <cache@sarava.org>2015-08-07 14:55:34 -0300
commit152061d65d78c27968ec3556bd54bb2893f750bf (patch)
tree6a2c8122a2cb6ff897e8225dc23a8a9e8b7c3639
parent147254bf40e24321405bbb24704e4e7ebb69f4b8 (diff)
downloadcache-152061d65d78c27968ec3556bd54bb2893f750bf.tar.gz
cache-152061d65d78c27968ec3556bd54bb2893f750bf.tar.bz2
Makefile: post-receive
-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