diff options
author | Cache Saravento <cache@sarava.org> | 2015-08-07 14:55:34 -0300 |
---|---|---|
committer | Cache Saravento <cache@sarava.org> | 2015-08-07 14:55:34 -0300 |
commit | 152061d65d78c27968ec3556bd54bb2893f750bf (patch) | |
tree | 6a2c8122a2cb6ff897e8225dc23a8a9e8b7c3639 | |
parent | 147254bf40e24321405bbb24704e4e7ebb69f4b8 (diff) | |
download | cache-152061d65d78c27968ec3556bd54bb2893f750bf.tar.gz cache-152061d65d78c27968ec3556bd54bb2893f750bf.tar.bz2 |
Makefile: post-receive
-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 |