summaryrefslogtreecommitdiffstats
path: root/.gitbugtraq
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2013-12-16 08:59:58 -0500
committerJames Moger <james.moger@gitblit.com>2013-12-16 09:36:57 -0500
commit206b4b09c872f3e9f078383c9a5c701b1549ff5c (patch)
tree7f837d3fa697ef541e5a3ae9d213aaf41514ebbd /.gitbugtraq
parent0fe9792a9f194e68288c377810c33973d117923f (diff)
downloadgitblit-206b4b09c872f3e9f078383c9a5c701b1549ff5c.tar.gz
gitblit-206b4b09c872f3e9f078383c9a5c701b1549ff5c.zip
Sync bugtraq support for spec v0.3
Change-Id: I2c24d1201d4c36963a708b178e780c1828707269
Diffstat (limited to '.gitbugtraq')
-rw-r--r--.gitbugtraq11
1 files changed, 7 insertions, 4 deletions
diff --git a/.gitbugtraq b/.gitbugtraq
index 9a2670c7..cd5b228d 100644
--- a/.gitbugtraq
+++ b/.gitbugtraq
@@ -1,7 +1,10 @@
[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%"