blob: c9e95f27a55d642f5005e6574036392c71376c8d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#!/usr/bin/perl -MSVN::Notify::Config=$0
--- #YAML:1.0
'':
PATH: "/usr/bin:/usr/local/bin"
handler: Alternative
alternative: HTML::ColorDiff
with-diff: 1
max_diff_length: 20000
from: root@<%= domain %>
to:
<%- commit_mail.each do |mail| -%>
- <%= mail %>
<%- end -%>
|