svn commit: r45702 - svnadmin/conf

Bryan Drewery bdrewery at FreeBSD.org
Wed Oct 1 04:00:09 UTC 2014


Author: bdrewery (src,ports committer)
Date: Wed Oct  1 04:00:08 2014
New Revision: 45702
URL: https://svnweb.freebsd.org/changeset/doc/45702

Log:
  Fix commit mail case to also use https:// for svnweb.
  
  Approved by:	doceng (gjb, implicit from r45679)

Modified:
  svnadmin/conf/mailer.conf

Modified: svnadmin/conf/mailer.conf
==============================================================================
--- svnadmin/conf/mailer.conf	Wed Oct  1 02:46:58 2014	(r45701)
+++ svnadmin/conf/mailer.conf	Wed Oct  1 04:00:08 2014	(r45702)
@@ -202,7 +202,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/doc/%(rev)s
+commit_url = https://svnweb.freebsd.org/changeset/doc/%(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-doc-svnadmin mailing list