From: Cache Saravento Date: Fri, 7 Aug 2015 17:55:34 +0000 (-0300) Subject: Makefile: post-receive X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=152061d65d78c27968ec3556bd54bb2893f750bf;p=cache.git Makefile: post-receive --- 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