[Libreoffice-commits] .: bin/lo-commit-stat
Petr Mladek
pmladek at kemper.freedesktop.org
Wed Feb 9 03:54:30 PST 2011
bin/lo-commit-stat | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 405d7e5935960db7a4a0c8a1b9a771750389b5ee
Author: Petr Mladek <pmladek at suse.cz>
Date: Wed Feb 9 12:48:29 2011 +0100
lo-commit-stat: sort modules alphabeticaly
diff --git a/bin/lo-commit-stat b/bin/lo-commit-stat
index 191842f..26a2ba7 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