[Libreoffice-commits] core.git: bin/lo-commit-stat
Thorsten Behrens
tbehrens at suse.com
Thu Jun 27 10:39:14 PDT 2013
bin/lo-commit-stat | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 001adf630c650b22f2535cc76f90b426a53ad754
Author: Thorsten Behrens <tbehrens at suse.com>
Date: Thu Jun 27 19:37:53 2013 +0200
Seems people prefer enumerations in the wiki for bugs.
Change-Id: I8b2cc796e04091cfddcb7a5c3a57beafe59c7b40
diff --git a/bin/lo-commit-stat b/bin/lo-commit-stat
index a965815..fadca4e 100755
--- a/bin/lo-commit-stat
+++ b/bin/lo-commit-stat
@@ -411,7 +411,7 @@ sub print_bugs($$$$)
$authors = " [" . join (", ", keys %{$pbugs->{$bug}{'author'}}) . "]";
}
- $bug =~ s/(.*)\#(.*)/* {{$1|$2}}/ if ($wiki);
+ $bug =~ s/(.*)\#(.*)/# {{$1|$2}}/ if ($wiki);
print $log $bug, " ", $summary, $authors, "\n";
}
}
More information about the Libreoffice-commits
mailing list