Skip to content

Commit

Permalink
Bug 1286960 - certain github commit messages are not being auto-linki…
Browse files Browse the repository at this point in the history
…fied properly
  • Loading branch information
dklawren committed Jul 18, 2016
1 parent c1a7fc3 commit f6ef591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/BMO/Extension.pm
Expand Up @@ -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;
Expand Down

0 comments on commit f6ef591

Please sign in to comment.