]> gitweb.fluxo.info Git - cache.git/commitdiff
Makefile: post-receive
authorCache Saravento <cache@sarava.org>
Fri, 7 Aug 2015 17:55:34 +0000 (14:55 -0300)
committerCache Saravento <cache@sarava.org>
Fri, 7 Aug 2015 17:55:34 +0000 (14:55 -0300)
Makefile

index e37dba53e7f0f4a2c7bc6f4d4ba3a852c3598540..0d95071811c0a1717c17e58848ad066a20b6f9e3 100644 (file)
--- 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