svn commit: r272341 - svnadmin/conf
Bryan Drewery
bdrewery at FreeBSD.org
Wed Oct 1 03:59:12 UTC 2014
Author: bdrewery
Date: Wed Oct 1 03:59:11 2014
New Revision: 272341
URL: https://svnweb.freebsd.org/changeset/base/272341
Log:
Fix commit mail case to also use https:// for svnweb.
Modified:
svnadmin/conf/mailer.conf
Modified: svnadmin/conf/mailer.conf
==============================================================================
--- svnadmin/conf/mailer.conf Wed Oct 1 01:56:51 2014 (r272340)
+++ svnadmin/conf/mailer.conf Wed Oct 1 03:59:11 2014 (r272341)
@@ -201,7 +201,7 @@ generate_diffs = add copy modify
#
# The available substitution variable is: rev
#commit_url = http://diffs.server.com/trac/software/changeset/%(rev)s
-commit_url = http://svnweb.freebsd.org/changeset/base/%(rev)s
+commit_url = https://svnweb.freebsd.org/changeset/base/%(rev)s
# Diff URL construction. For the configured diff URL types, the diff
# section (which follows the message header) will include the URL
More information about the svn-src-svnadmin
mailing list