svn commit: samba r1653 - hooks

metze at samba.org metze at samba.org
Wed Aug 4 13:09:00 GMT 2004


Author: metze
Date: 2004-08-04 13:08:59 +0000 (Wed, 04 Aug 2004)
New Revision: 1653
WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=1653&nolog=1
Log:
fix perl error missing var

metze

Modified:
   hooks/commit-email.pl

Changeset:
Modified: hooks/commit-email.pl
===================================================================
--- hooks/commit-email.pl	2004-08-04 13:04:23 UTC (rev 1652)
+++ hooks/commit-email.pl	2004-08-04 13:08:59 UTC (rev 1653)
@@ -52,6 +52,10 @@
 # $no_diff_deleted to 1.
 my $no_diff_deleted = 0;
 
+# Maximum number of lines to display in a diff.  If there are more
+# than this many lines, don't include a diff at all.
+my $max_difflines = 100;
+
 # Since the path to svnlook depends upon the local installation
 # preferences, check that the required programs exist to insure that
 # the administrator has set up the script properly.



More information about the samba-cvs mailing list