This documents the new behaviour to send individual mails for the recipient emails in the "Config" section of the comment header. Signed-off-by: Michael Adam <obnox@xxxxxxxxx> --- contrib/hooks/post-receive-email | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/contrib/hooks/post-receive-email b/contrib/hooks/post-receive-email index 5deaf28..ecef707 100644 --- a/contrib/hooks/post-receive-email +++ b/contrib/hooks/post-receive-email @@ -27,11 +27,15 @@ # ------ # hooks.mailinglist # This is the list that all pushes will go to; leave it blank to not send -# emails for every ref update. +# emails for every ref update. A list of recipient addresses separated +# by commas may be specified. Each recipient in the list will receive an +# individual mail. # hooks.announcelist # This is the list that all pushes of annotated tags will go to. Leave it # blank to default to the mailinglist field. The announce emails lists # the short log summary of the changes since the last annotated tag. +# Lists of email addresses are treated the same way as in the mailinglists +# field. # hooks.envelopesender # If set then the -f option is passed to sendmail to allow the envelope # sender address to be set -- 1.5.6 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html