diff options
author | David Lawrence <dkl@mozilla.com> | 2016-07-18 21:56:47 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2016-07-18 21:56:47 +0200 |
commit | f6ef5910696e6069779a6905dd47284f7fa32e52 (patch) | |
tree | f21bdab1013b946691529532d6e41739ea86a718 | |
parent | c1a7fc30e31c6654c575ab407f52c49ffcd5c0ef (diff) | |
download | bugzilla-f6ef5910696e6069779a6905dd47284f7fa32e52.tar.gz bugzilla-f6ef5910696e6069779a6905dd47284f7fa32e52.tar.xz |
Bug 1286960 - certain github commit messages are not being auto-linkified properly
-rw-r--r-- | extensions/BMO/Extension.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/BMO/Extension.pm b/extensions/BMO/Extension.pm index 02989d756..082dcc606 100644 --- a/extensions/BMO/Extension.pm +++ b/extensions/BMO/Extension.pm @@ -697,7 +697,7 @@ sub bug_format_comment { # link github commit messages push (@$regexes, { - match => qr#^(To\s(?:https://)?github\.com/(.+?)\.git\n + match => qr#^(To\s(?:https://|git@)?github\.com[:/](.+?)\.git\n \s+)([0-9a-z]+\.\.([0-9a-z]+)\s+\S+\s->\s\S+)#mx, replace => sub { my $args = shift; |