Add another hook

This commit is contained in:
Kevin Fenzi 2014-08-26 19:47:51 +00:00
parent a6e6d2d16c
commit 05bef7f507

View file

@ -0,0 +1,8 @@
#!/bin/bash
# Redirect stdin to each of the post-receive hooks in place.
# You need to explicitly add your hook to the following list
# for it to be invoked.
pee \
$GIT_DIR/hooks/post-receive-chained.d/post-receive-email \
$GIT_DIR/hooks/post-receive-chained.d/post-receive-fedmsg