| | |
| | | # SINCE 1.2.0
|
| | | git.allowCreateOnPush = true
|
| | |
|
| | | # Global setting to control anonymous pushes.
|
| | | #
|
| | | # This setting allows/rejects anonymous pushes at the level of the receive pack.
|
| | | # This trumps all repository config settings. While anonymous pushes are convenient
|
| | | # on your own box when you are a lone developer, they are not recommended for
|
| | | # any multi-user installation where accountability is required. Since Gitblit
|
| | | # tracks pushes and user accounts, allowing anonymous pushes compromises that
|
| | | # information.
|
| | | #
|
| | | # SINCE 1.4.0
|
| | | git.allowAnonymousPushes = false
|
| | |
|
| | | # The default access restriction for new repositories.
|
| | | # Valid values are NONE, PUSH, CLONE, VIEW
|
| | | # NONE = anonymous view, clone, & push
|
| | |
| | | # VIEW = authenticated view, clone, & push
|
| | | #
|
| | | # SINCE 1.0.0
|
| | | git.defaultAccessRestriction = NONE
|
| | | git.defaultAccessRestriction = PUSH
|
| | |
|
| | | # The default authorization control for new repositories.
|
| | | # Valid values are AUTHENTICATED and NAMED
|