summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@suse.com>2013-06-27 19:37:53 +0200
committerThorsten Behrens <tbehrens@suse.com>2013-06-27 19:38:40 +0200
commit001adf630c650b22f2535cc76f90b426a53ad754 (patch)
treea2e571ec316c47bcbb6c0cf96c90e590b3681d42 /bin
parentf237f1a616d973397511575c1eb033731d6007f7 (diff)
Seems people prefer enumerations in the wiki for bugs.
Change-Id: I8b2cc796e04091cfddcb7a5c3a57beafe59c7b40
Diffstat (limited to 'bin')
-rwxr-xr-xbin/lo-commit-stat2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/lo-commit-stat b/bin/lo-commit-stat
index a965815288b5..fadca4ec71bd 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";
}
}