[Libreoffice-commits] core.git: bin/lo-commit-stat
Dennis Roczek
dennisroczek at libreoffice.org
Tue Jul 14 19:12:26 PDT 2015
bin/lo-commit-stat | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 880e3af2b502ca4f5a1f34ad9d98b9a26dc091ed
Author: Dennis Roczek <dennisroczek at libreoffice.org>
Date: Sun Jul 12 04:35:28 2015 +0200
removing additional colons from the commit msg
Change-Id: Ie35ee8c392e3e8ebc4a42d20e76813c8d29d387b
Reviewed-on: https://gerrit.libreoffice.org/17028
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
diff --git a/bin/lo-commit-stat b/bin/lo-commit-stat
index 92dd5e5..e33ca79 100755
--- a/bin/lo-commit-stat
+++ b/bin/lo-commit-stat
@@ -55,7 +55,7 @@ sub search_bugs($$$$)
# print " found $bug\n";
# remove bug number from the comment; it will be added later a standardized way
$bug_orig =~ s/\#/\\#/;
- $line =~ s/(,\s)*[Rr](elated|esolve[ds]):?\s*$bug_orig\s*//;
+ $line =~ s/(,\s)*[Rr](elated|esolve[ds]):?\s*$bug_orig\s?:?\s*//;
$line =~ s/\s*-\s*$bug_orig\s*//;
$line =~ s/\(?$bug_orig\)?\s*[:,-]?\s*//;
More information about the Libreoffice-commits
mailing list