| | |
| | | # SINCE 1.1.0
|
| | | git.defaultAuthorizationControl = NAMED
|
| | |
|
| | | # The default incremental push tag prefix. Tag prefix applied to a repository
|
| | | # that has automatic push tags enabled and does not specify a custom tag prefix.
|
| | | #
|
| | | # If incremental push tags are enabled, the tips of each branch in the push will
|
| | | # be tagged with an increasing revision integer.
|
| | | #
|
| | | # e.g. refs/tags/r2345 or refs/tags/rev_2345 |
| | | #
|
| | | # SINCE 1.3.0
|
| | | git.defaultIncrementalPushTagPrefix = r
|
| | |
|
| | | # Enable JGit-based garbage collection. (!!EXPERIMENTAL!!)
|
| | | #
|
| | | # USE AT YOUR OWN RISK!
|
| | |
| | | web.forwardSlashCharacter = /
|
| | |
|
| | | # Show other URLs on the summary page for accessing your git repositories
|
| | | # Use spaces to separate urls. {0} is the token for the repository name.
|
| | | # Use spaces to separate urls.
|
| | | #
|
| | | # {0} is the token for the repository name
|
| | | # {1} is the token for the username
|
| | | #
|
| | | # The username is only practical if you have setup your other git serving
|
| | | # solutions accounts to have the same username as the Gitblit account.
|
| | | #
|
| | | # e.g.
|
| | | # web.otherUrls = ssh://localhost/git/{0} git://localhost/git/{0}
|
| | | # web.otherUrls = ssh://localhost/git/{0} git://localhost/git/{0} https://{1}@localhost/r/{0}
|
| | | #
|
| | | # SPACE-DELIMITED
|
| | | # SINCE 0.5.0
|
| | |
| | | #
|
| | | # SPACE-DELIMITED
|
| | | # SINCE 0.5.0
|
| | | web.prettyPrintExtensions = c cpp cs css frm groovy htm html java js php pl prefs properties py rb scala sh sql xml vb
|
| | | web.prettyPrintExtensions = c cpp cs css frm groovy htm html java js moxie php pl prefs properties py rb scala sh sql xml vb yaml yml
|
| | |
|
| | | # Registered extensions for markdown transformation
|
| | | #
|