| | |
| | | # Example per-repository regex substitutions overrides global
|
| | | #regex.myrepository.bug = \\b(Bug:)(\\s*[#]?|-){0,1}(\\d+)\\b!!!<a href="http://elsewhere/bug/$3">Bug-Id: $3</a>
|
| | |
|
| | | # Enable ticgit pages for all repositories (if ticgit branch is present)
|
| | | ticgit.global = false
|
| | | # Enable tickets pages for all repositories (if ticgit branch is present)
|
| | | tickets.global = false
|
| | |
|
| | | # Enable ticgit pages for specified repository (if ticgit branch is present)
|
| | | #ticgit.myrepository = true
|
| | | # Enable tickets pages for specified repository (if ticgit branch is present)
|
| | | #tickets.myrepository = true
|
| | |
|
| | | #
|
| | | # Server Settings
|