svn commit: samba-web r287 - in hooks: .

metze at samba.org metze at samba.org
Wed Aug 25 14:01:47 GMT 2004


Author: metze
Date: 2004-08-25 14:01:47 +0000 (Wed, 25 Aug 2004)
New Revision: 287

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba-web&path=/hooks&rev=287&nolog=1

Log:
fix commit message link
(patch from jerry)

metze

Modified:
   hooks/commit-email.pl


Changeset:
Modified: hooks/commit-email.pl
===================================================================
--- hooks/commit-email.pl	2004-08-25 03:26:10 UTC (rev 286)
+++ hooks/commit-email.pl	2004-08-25 14:01:47 UTC (rev 287)
@@ -293,7 +293,7 @@
 # there's no point in collapsing the directories, and only if more
 # than one directory was modified.
 my $commondir = '';
-if (!$rootchanged and @dirschanged > 1)
+if (!$rootchanged)
   {
     my $firstline    = shift @dirschanged;
     my @commonpieces = split('/', $firstline);



More information about the samba-cvs mailing list