Author: peter
Date: Wed Oct  8 04:27:03 2008
New Revision: 183685
URL: http://svn.freebsd.org/changeset/base/183685

Log:
  The commit mail generator generates two separate commit mails for commits
  that cross multiple parts of the tree.  There is no need to show the diffs
  multiple times.

Modified:
  svnadmin/conf/mailer.conf

Modified: svnadmin/conf/mailer.conf
==============================================================================
--- svnadmin/conf/mailer.conf   Wed Oct  8 04:20:28 2008        (r183684)
+++ svnadmin/conf/mailer.conf   Wed Oct  8 04:27:03 2008        (r183685)
@@ -240,7 +240,7 @@ commit_url = http://svn.freebsd.org/chan
 #   summary: Show the changed paths in the summary, but omit the diffs.
 #   no:      Show nothing more than a note saying "and changes in other areas"
 #
-show_nonmatching_paths = yes
+show_nonmatching_paths = summary
 
 # Subject line length limit.  The generated subject line will be truncated
 # and terminated with "...", to remain within the specified maximum length.
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to