diff options
author | James Moger <james.moger@gitblit.com> | 2011-12-17 14:14:11 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2011-12-17 15:16:00 -0500 |
commit | 9fd38cf138f0661990c4f542795beac618942c41 (patch) | |
tree | 05fe0cc28fc0346d290f250a75f302765ea76a89 /distrib/gitblit.properties | |
parent | f4759059d4c363f5bd42550c9c35dd21f4d2bf41 (diff) | |
download | gitblit-9fd38cf138f0661990c4f542795beac618942c41.tar.gz gitblit-9fd38cf138f0661990c4f542795beac618942c41.zip |
Implemented UserServiceWrapper. Renamed notifyNNN to sendEmail to be more descriptive.
Diffstat (limited to 'distrib/gitblit.properties')
-rw-r--r-- | distrib/gitblit.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/gitblit.properties b/distrib/gitblit.properties index 18566d8a..ebaa29a6 100644 --- a/distrib/gitblit.properties +++ b/distrib/gitblit.properties @@ -430,11 +430,11 @@ mail.fromAddress = # SINCE 0.6.0
mail.adminAddresses =
-# List of email addresses for sending commit email notifications.
+# List of email addresses for sending push email notifications.
#
# This key currently requires use of the sendemail.groovy hook script.
# If you set sendemail.groovy in *groovy.postReceiveScripts* then email
-# notifications for all repositories (regardless of access restrictions)
+# notifications for all repositories (regardless of access restrictions!)
# will be sent to these addresses.
#
# SPACE-DELIMITED
|