From 2c50880dbd5de292e37d2533fccfcb62f6be9f95 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Tue, 03 Jun 2014 10:34:51 -0400 Subject: [PATCH] Extract authorization/access selection panel to re-usable class --- .gitbugtraq | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/.gitbugtraq b/.gitbugtraq index cd5b228..21f0858 100644 --- a/.gitbugtraq +++ b/.gitbugtraq @@ -8,3 +8,9 @@ loglinkregex = "(?:pull request|pull|pr)\\s*[-#]?[0-9]+" logregex = "\\d+" loglinktext = "pull request #%BUGID%" +[bugtraq "tickets"] + url = "https://dev.gitblit.com/tickets/gitblit.git/%BUGID%" + loglinkregex = "(?:ticket)\\s*[-#]?[0-9]+" + logregex = "\\d+" + loglinktext = "ticket #%BUGID%" + \ No newline at end of file -- Gitblit v1.9.1