From 152061d65d78c27968ec3556bd54bb2893f750bf Mon Sep 17 00:00:00 2001 From: Cache Saravento Date: Fri, 7 Aug 2015 14:55:34 -0300 Subject: Makefile: post-receive --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3