From a502d96a860456ec5e8c96761db70f7cabb74751 Mon Sep 17 00:00:00 2001 From: Paul Martin <paul@paulsputer.com> Date: Sat, 30 Apr 2016 04:19:14 -0400 Subject: [PATCH] Merge pull request #1073 from gitblit/1062-DocEditorUpdates --- .gitbugtraq | 17 +++++++++++++---- 1 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.gitbugtraq b/.gitbugtraq index 9a2670c..21f0858 100644 --- a/.gitbugtraq +++ b/.gitbugtraq @@ -1,7 +1,16 @@ [bugtraq "issues"] url = http://code.google.com/p/gitblit/issues/detail?id=%BUGID% - logRegex = "[Ii]ssue[-#:\\s]{1}\\d+" - logRegex1 = "\\d+" -[bugtraq "[pullrequests"] + loglinkregex = "[Ii]ssue[-#:\\s]{1}\\d+" + logregex = "\\d+" + loglinktext = issue-%BUGID% +[bugtraq "pullrequests"] url = "https://github.com/gitblit/gitblit/pull/%BUGID%" - logRegex = "(?:pull request|pull|pr)\\s*[-#]?([0-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