| | |
| | | # SINCE 0.9.0
|
| | | git.onlyAccessBareRepositories = false
|
| | |
|
| | | # The default access restriction for new repositories.
|
| | | # Valid values are NONE, PUSH, CLONE, VIEW
|
| | | # NONE = anonymous view, clone, & push
|
| | | # PUSH = anonymous view & clone and authenticated push
|
| | | # CLONE = anonymous view, authenticated clone & push
|
| | | # VIEW = authenticated view, clone, & push
|
| | | #
|
| | | # SINCE 1.0.0
|
| | | git.defaultAccessRestriction = NONE
|
| | |
|
| | | #
|
| | | # Groovy Integration
|
| | | #
|
| | |
| | | # CASE-SENSITIVE
|
| | | # SINCE 0.8.0
|
| | | groovy.postReceiveScripts =
|
| | |
|
| | | # Repository custom fields for Groovy Hook mechanism
|
| | | #
|
| | | # List of key=label pairs of custom fields to prompt for in the Edit Repository
|
| | | # page. These keys are stored in the repository's git config file in the |
| | | # section [gitblit "customFields"]. Key names are alphanumeric only. These
|
| | | # fields are intended to be used for the Groovy hook mechanism where a script
|
| | | # can adjust it's execution based on the custom fields stored in the repository
|
| | | # config.
|
| | | #
|
| | | # e.g. "commitMsgRegex=Commit Message Regular Expression" anotherProperty=Another
|
| | | #
|
| | | # SPACE-DELIMITED
|
| | | # SINCE 1.0.0
|
| | | groovy.customFields = |
| | |
|
| | | #
|
| | | # Authentication Settings
|
| | |
| | | #
|
| | | # SINCE 0.5.0
|
| | | # RESTART REQUIRED
|
| | | server.shutdownPort = 8081
|
| | |
|
| | | # Custom Defined Properties for Repositories
|
| | | # Space delimited (use quotes if labels have spaces) list of custom properties
|
| | | # to show up on the "Edit Repository" page, with labels. Thes custom properties will
|
| | | # then be available for hooks.
|
| | | #
|
| | | # E.g. "commit-msg-regex=Commit Message Regualar Expression" another-property=Another
|
| | | #
|
| | | # SINCE 1.0.0
|
| | | repository.customFields = |
| | | server.shutdownPort = 8081 |