| | |
| | | # SINCE 0.9.0
|
| | | git.onlyAccessBareRepositories = false
|
| | |
|
| | | # Allow an authenticated user to create a destination repository on a push if
|
| | | # the repository does not already exist.
|
| | | #
|
| | | # Administrator accounts can create a repository in any project.
|
| | | # These repositories are created with the default access restriction and authorization
|
| | | # control values. The pushing account is set as the owner.
|
| | | #
|
| | | # Non-administrator accounts with the CREATE role may create personal repositories.
|
| | | # These repositories are created as VIEW restricted for NAMED users.
|
| | | # The pushing account is set as the owner.
|
| | | #
|
| | | # SINCE 1.2.0
|
| | | git.allowCreateOnPush = true
|
| | |
|
| | | # The default access restriction for new repositories.
|
| | | # Valid values are NONE, PUSH, CLONE, VIEW
|
| | | # NONE = anonymous view, clone, & push
|