svn commit: r304073 - svnadmin/conf

Glen Barber gjb at FreeBSD.org
Sun Aug 14 06:06:11 UTC 2016


Author: gjb
Date: Sun Aug 14 06:06:09 2016
New Revision: 304073
URL: https://svnweb.freebsd.org/changeset/base/304073

Log:
  Revert r304070.
  
  I have more important things to deal with than bikesheds.
  
  With hat:	svnadm

Modified:
  svnadmin/conf/mailer.conf

Modified: svnadmin/conf/mailer.conf
==============================================================================
--- svnadmin/conf/mailer.conf	Sun Aug 14 05:18:38 2016	(r304072)
+++ svnadmin/conf/mailer.conf	Sun Aug 14 06:06:09 2016	(r304073)
@@ -143,7 +143,7 @@ mail_command = /usr/sbin/sendmail
 # This is not passed to the shell, so do not use shell metacharacters.
 # The command is split around whitespace, so if you want to include
 # whitespace in the command, then ### something ###.
-diff = /usr/bin/diff -u -L %(label_from)s -L %(label_to)s %(from)s %(to)s
+diff = /usr/bin/diff -up -L %(label_from)s -L %(label_to)s %(from)s %(to)s
 
 # The default prefix for the Subject: header for commits.
 commit_subject_prefix = svn commit:


More information about the svn-src-svnadmin mailing list