You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitbugtraq 293B

1234567
  1. [bugtraq "issues"]
  2. url = http://code.google.com/p/gitblit/issues/detail?id=%BUGID%
  3. logRegex = "[Ii]ssue[-#:\\s]{1}\\d+"
  4. logRegex1 = "\\d+"
  5. [bugtraq "[pullrequests"]
  6. url = "https://github.com/gitblit/gitblit/pull/%BUGID%"
  7. logRegex = "(?:pull request|pull|pr)\\s*[-#]?([0-9]+)"