[Libreoffice-commits] .: Branch 'libreoffice-3-3' - bin/lo-commit-stat

Petr Mladek pmladek at kemper.freedesktop.org
Wed Feb 9 03:54:01 PST 2011


 bin/lo-commit-stat |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 91a461760b722fcb5750fea175cea925bbcca0ad
Author: Petr Mladek <pmladek at suse.cz>
Date:   Wed Feb 9 12:43:14 2011 +0100

    lo-commit-stat: sort modules alphabeticaly

diff --git a/bin/lo-commit-stat b/bin/lo-commit-stat
index 9a88886..4c5cf6e 100755
--- a/bin/lo-commit-stat
+++ b/bin/lo-commit-stat
@@ -180,7 +180,7 @@ sub print_weekly_stat($)
 {
     my $pdata = shift;
 
-    foreach my $piece (keys %{$pdata}) {
+    foreach my $piece ( sort { $a cmp $b } keys %{$pdata}) {
         # check if this peice has any entries at all
         if ( %{$pdata->{$piece}} ) {
             print "+ $piece\n";


More information about the Libreoffice-commits mailing list