svn commit: samba-docs r207 - in hooks: .

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


Author: metze
Date: 2004-08-25 14:06:46 +0000 (Wed, 25 Aug 2004)
New Revision: 207

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba-docs&path=/hooks&rev=207&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-19 21:01:57 UTC (rev 206)
+++ hooks/commit-email.pl	2004-08-25 14:06:46 UTC (rev 207)
@@ -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