| | |
| | | # SINCE 0.5.0
|
| | | web.repositoriesMessage = gitblit
|
| | |
|
| | | # Ordered list of charsets/encodings to use when trying to display a blob.
|
| | | # If empty, UTF-8 and ISO-8859-1 are used. The server's default charset
|
| | | # is always appended to the encoding list. If all encodings fail to cleanly
|
| | | # decode the blob content, UTF-8 will be used with the standard malformed
|
| | | # input/unmappable character replacement strings.
|
| | | # |
| | | # SPACE-DELIMITED
|
| | | # SINCE 1.0.0
|
| | | web.blobEncodings = UTF-8 ISO-8859-1
|
| | |
|
| | | # Manually set the default timezone to be used by Gitblit for display in the
|
| | | # web ui. This value is independent of the JVM timezone. Specifying a blank
|
| | | # value will default to the JVM timezone.
|
| | |
| | | # e.g.
|
| | | # web.otherUrls = ssh://localhost/git/{0} git://localhost/git/{0}
|
| | | #
|
| | | # SPACE-DELIMITED
|
| | | # SINCE 0.5.0
|
| | | web.otherUrls =
|
| | |
|