diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |