svn commit: lorikeet r30 - in hooks: .

metze at samba.org metze at samba.org
Wed Aug 25 14:07:29 GMT 2004


Author: metze
Date: 2004-08-25 14:07:28 +0000 (Wed, 25 Aug 2004)
New Revision: 30

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=lorikeet&path=/hooks&rev=30&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-18 06:53:34 UTC (rev 29)
+++ hooks/commit-email.pl	2004-08-25 14:07:28 UTC (rev 30)
@@ -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