|
From: Mark W. <ma...@so...> - 2020-06-08 21:01:16
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=8334ab50bbb7ed76b08bd709eba14e9ca1c3a3cc commit 8334ab50bbb7ed76b08bd709eba14e9ca1c3a3cc Author: Mark Wielaard <ma...@kl...> Date: Mon Jun 8 22:58:44 2020 +0200 Add irker post-receive-hook. Diff: --- project.config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/project.config b/project.config index c399faf0c1..2983a2e719 100644 --- a/project.config +++ b/project.config @@ -41,3 +41,5 @@ # private branches). no-emails = refs/heads/users/.* + # The script that calls the irker (IRC notification of new commits). + post-receive-hook = /git/valgrind.git/hooks-bin/post-receive |