Kaydet (Commit) 880e3af2 authored tarafından Dennis Roczek's avatar Dennis Roczek Kaydeden (comit) Adolfo Jayme Barrientos

removing additional colons from the commit msg

Change-Id: Ie35ee8c392e3e8ebc4a42d20e76813c8d29d387b
Reviewed-on: https://gerrit.libreoffice.org/17028Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarAdolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: 's avatarAdolfo Jayme Barrientos <fitojb@ubuntu.com>
üst a3050f63
...@@ -55,7 +55,7 @@ sub search_bugs($$$$) ...@@ -55,7 +55,7 @@ sub search_bugs($$$$)
# print " found $bug\n"; # print " found $bug\n";
# remove bug number from the comment; it will be added later a standardized way # remove bug number from the comment; it will be added later a standardized way
$bug_orig =~ s/\#/\\#/; $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/\s*-\s*$bug_orig\s*//;
$line =~ s/\(?$bug_orig\)?\s*[:,-]?\s*//; $line =~ s/\(?$bug_orig\)?\s*[:,-]?\s*//;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment