Code

Enable CIA's commit notifications
[nagiosplug.git] / tools / git-post-receive-hook
index 70d259e7bcc9fa0ec32de9394d7b1915afbfe9d5..fd1f8697e13cb9eacaea9dd16b7efdd0761604f6 100755 (executable)
@@ -4,11 +4,13 @@ prefix="${0%/*}/notifications"        # $GIT_DIR/hooks/notifications
 recipient='Nagios Plugin Commits <nagiosplug-checkins@lists.sourceforge.net>'
 maxcommits=100
 maxdiffsize=$((300 * 1024))
+project='nagiosplug'
 gitweburl='http://nagiosplug.git.sf.net/git/gitweb.cgi?p=nagiosplug'
 gitnotify="$prefix/git-notify.pl"
 statefile="$prefix/git-notify.dat"
 
 exec "$gitnotify" \
+  -c "$project" \
   -m "$recipient" \
   -n "$maxcommits" \
   -s "$maxdiffsize" \