From 2fca824e349f5fecbf71d940c4521644e92cb0dd Mon Sep 17 00:00:00 2001
From: Paul Martin <paul@paulsputer.com>
Date: Wed, 06 Apr 2016 14:49:09 -0400
Subject: [PATCH] Merge pull request #1039 from gitblit/962-Patchset-Revision-Delete

---
 .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