diff options
author | Dennis Roczek <dennisroczek@libreoffice.org> | 2015-07-12 04:35:28 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2015-07-15 02:12:00 +0000 |
commit | 880e3af2b502ca4f5a1f34ad9d98b9a26dc091ed (patch) | |
tree | bea3822e6350922f440180d234eac51d619f566f /bin/lo-commit-stat | |
parent | a3050f632517137f809d76662170726b518f043a (diff) |
removing additional colons from the commit msg
Change-Id: Ie35ee8c392e3e8ebc4a42d20e76813c8d29d387b
Reviewed-on: https://gerrit.libreoffice.org/17028
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'bin/lo-commit-stat')
-rwxr-xr-x | bin/lo-commit-stat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/lo-commit-stat b/bin/lo-commit-stat index 92dd5e5ca088..e33ca798f41e 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*//; |