mirror of
https://gitea.com/gitea/docs.git
synced 2026-09-17 19:55:34 +00:00
Remove "experimental" comment from "ALLOW_FORK_INTO_SAME_OWNER" (#530)
https://github.com/go-gitea/gitea/pull/39088 Reviewed-on: https://gitea.com/gitea/docs/pulls/530 Reviewed-by: silverwind <[email protected]> Co-authored-by: wxiaoguang <[email protected]>
This commit is contained in:
@@ -155,7 +155,7 @@ In addition, there is _`StaticRootPath`_ which can be set as a built-in at build
|
||||
- `ALLOW_DELETION_OF_UNADOPTED_REPOSITORIES`: **false**: Allow non-admin users to delete unadopted repositories
|
||||
- `DISABLE_DOWNLOAD_SOURCE_ARCHIVES`: **false**: Don't allow download source archive files from UI
|
||||
- `ALLOW_FORK_WITHOUT_MAXIMUM_LIMIT`: **true**: Allow to fork repositories without maximum number limit
|
||||
- `ALLOW_FORK_INTO_SAME_OWNER`: **false**: Allow to fork repositories into the same owner (user or organization). This feature is experimental, not fully tested, and may be changed in the future
|
||||
- `ALLOW_FORK_INTO_SAME_OWNER`: **false**: Allow to fork repositories into the same owner (user or organization).
|
||||
|
||||
### Repository - Editor (`repository.editor`)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user