Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Oct 2014 03:59:11 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-svnadmin@freebsd.org
Subject:   svn commit: r272341 - svnadmin/conf
Message-ID:  <201410010359.s913xBT8016762@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410010359.s913xBT8016762>