summaryrefslogtreecommitdiffstats
path: root/Bugzilla/BugUrl.pm
diff options
context:
space:
mode:
authorMatt Selsky <selsky@columbia.edu>2012-04-18 14:37:58 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2012-04-18 14:37:58 +0200
commit7a87be5913af9ac8b82552a6835fc07163dc520b (patch)
treec13b3c3b5e2ef0bb3f5d2dd536dcbdf2bc3b36e8 /Bugzilla/BugUrl.pm
parent9a5a196d79ed8692c45595c4e3d42e34571bc3a7 (diff)
downloadbugzilla-7a87be5913af9ac8b82552a6835fc07163dc520b.tar.gz
bugzilla-7a87be5913af9ac8b82552a6835fc07163dc520b.tar.xz
Bug 704999: Add support for GitHub for the 'See Also' field
r=timello a=LpSolit
Diffstat (limited to 'Bugzilla/BugUrl.pm')
-rw-r--r--Bugzilla/BugUrl.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/BugUrl.pm b/Bugzilla/BugUrl.pm
index 888b11398..c48a33378 100644
--- a/Bugzilla/BugUrl.pm
+++ b/Bugzilla/BugUrl.pm
@@ -57,6 +57,7 @@ use constant SUB_CLASSES => qw(
Bugzilla::BugUrl::Trac
Bugzilla::BugUrl::MantisBT
Bugzilla::BugUrl::SourceForge
+ Bugzilla::BugUrl::GitHub
);
###############################