svn commit: linux-cifs-client r11 - in hooks: .

metze at samba.org metze at samba.org
Wed Aug 25 14:05:55 GMT 2004


Author: metze
Date: 2004-08-25 14:05:54 +0000 (Wed, 25 Aug 2004)
New Revision: 11

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=linux-cifs-client&path=/hooks&rev=11&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:58:12 UTC (rev 10)
+++ hooks/commit-email.pl	2004-08-25 14:05:54 UTC (rev 11)
@@ -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