summaryrefslogtreecommitdiffstats
path: root/.gitbugtraq
Commit message (Collapse)AuthorAgeFilesLines
* Adjust path after moving from "gitblit" to "gitblit-org" on GithubFlorian Zschocke2022-12-091-2/+2
|
* Change bugtraq link for issues to GithubFlorian Zschocke2021-11-251-1/+1
|
* Process bugtraq configuration in markup document renderingJames Moger2014-03-041-0/+6
|
* Sync bugtraq support for spec v0.3James Moger2013-12-161-4/+7
| | | | Change-Id: I2c24d1201d4c36963a708b178e780c1828707269
* Add support for per-repository bugtraq configurationJames Moger2013-12-031-0/+7
Imported the reference implementation contributed by syntevo which is used in their SmartGit product. You may create a bugtraq config section inf your .git/config file OR you may add a .gitbugtraq file to the root of your repository. Example: [bugtraq "issues"] url = http://code.google.com/p/gitblit/issues/detail?id=%BUGID% logRegex = "[Ii]ssue[-#:\\s]{1}\\d+" logRegex1 = "\\d+" [bugtraq "[pullrequests"] url = "https://github.com/gitblit/gitblit/pull/%BUGID%" logRegex = "(?:pull request|pull|pr)\\s*[-#]?([0-9]+)" Change-Id: Iaba305bf4280d08cc4d1abf533c2f1365470a43f