Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Aug 2016 04:35:04 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-svnadmin@freebsd.org
Subject:   svn commit: r304070 - svnadmin/conf
Message-ID:  <201608140435.u7E4Z4Fm022554@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Sun Aug 14 04:35:04 2016
New Revision: 304070
URL: https://svnweb.freebsd.org/changeset/base/304070

Log:
  Do not include C function changes by default in svn commit
  email.
  
  No objection:	svnadmin
  Submitted by:	des
  Sponsored by:	The FreeBSD Foundation

Modified:
  svnadmin/conf/mailer.conf

Modified: svnadmin/conf/mailer.conf
==============================================================================
--- svnadmin/conf/mailer.conf	Sun Aug 14 04:11:36 2016	(r304069)
+++ svnadmin/conf/mailer.conf	Sun Aug 14 04:35:04 2016	(r304070)
@@ -143,7 +143,7 @@
 # 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 -up -L %(label_from)s -L %(label_to)s %(from)s %(to)s
+diff = /usr/bin/diff -u -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:



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