| | |
| | | # SINCE 1.4.0
|
| | | web.commitMessageRenderer = plain
|
| | |
|
| | | # Choose the diff presentation style: gitblt, gitweb, or plain
|
| | | #
|
| | | # SINCE 0.5.0
|
| | | web.diffStyle = gitblit
|
| | |
|
| | | # Control if email addresses are shown in web ui
|
| | | #
|
| | | # SINCE 0.5.0
|
| | |
| | | # SINCE 0.5.0
|
| | | web.showSearchTypeSelection = false
|
| | |
|
| | | # Generates a line graph of repository activity over time on the Summary page.
|
| | | # This uses the Google Charts API.
|
| | | # Controls display of activity graphs on the dashboard, activity, and summary
|
| | | # pages. Charting makes use of the external Google Charts API.
|
| | | #
|
| | | # SINCE 0.5.0
|
| | | web.generateActivityGraph = true
|
| | |
| | | # Use !!! to separate the search pattern and the replace pattern
|
| | | # searchpattern!!!replacepattern
|
| | | # SINCE 0.5.0
|
| | | regex.global.bug = \\b(Bug:)(\\s*[#]?|-){0,1}(\\d+)\\b!!!<a href="http://somehost/bug/$3">Bug-Id: $3</a>
|
| | |
|
| | | # regex.global.bug = \\b(Bug:)(\\s*[#]?|-){0,1}(\\d+)\\b!!!Bug: <a href="http://somehost/bug/$3">$3</a>
|
| | | # SINCE 0.5.0
|
| | | regex.global.changeid = \\b(Change-Id:\\s*)([A-Za-z0-9]*)\\b!!!<a href="http://somehost/changeid/$2">Change-Id: $2</a>
|
| | |
|
| | | # Example Gerrit links
|
| | | # regex.global.changeid = \\b(Change-Id:\\s*)([A-Za-z0-9]*)\\b!!!Change-Id: <a href="http://somehost/r/#q,$2,n,z">$2</a>
|
| | | # regex.global.reviewedon = \\b(Reviewed-on:\\s*)([A-Za-z0-9:/\\.]*)\\b!!!Reviewed-on: <a href="$2">$2</a>
|
| | |
|
| | | # Example per-repository regex substitutions overrides global
|
| | | # SINCE 0.5.0
|
| | | regex.myrepository.bug = \\b(Bug:)(\\s*[#]?|-){0,1}(\\d+)\\b!!!<a href="http://elsewhere/bug/$3">Bug-Id: $3</a>
|
| | | # regex.myrepository.bug = \\b(Bug:)(\\s*[#]?|-){0,1}(\\d+)\\b!!!Bug: <a href="http://elsewhere/bug/$3">$3</a>
|
| | |
|
| | | #
|
| | | # Mail Settings
|