Fix documentation about create and delete branches
I29d8eb871 removed implicit permissions for admin and project owners allowing them to create and delete branches. Change-Id: Iac25d5e5570c2ce9589527bf4476d38d4cbe3bab
This commit is contained in:
parent
ae7c5da295
commit
5187d67ee7
@ -424,10 +424,13 @@ messages conform to line length limits.
|
||||
|
||||
As project owner you can administrate the branches of your project in
|
||||
the Gerrit Web UI under `Projects` > `List` > <your project> >
|
||||
`Branches`. In the Web UI both link:project-configuration.html#branch-creation[
|
||||
branch creation] and link:project-configuration.html#branch-deletion[branch
|
||||
deletion] are allowed for project owners without requiring any
|
||||
additional access rights.
|
||||
`Branches`. In the Web UI link:project-configuration.html#branch-creation[
|
||||
branch creation] is allowed if you have
|
||||
link:access-control.html#category_create[Create Reference] access right and
|
||||
link:project-configuration.html#branch-deletion[branch deletion] is allowed if
|
||||
you have the link:access-control.html#category_delete[Delete Reference] or the
|
||||
link:access-control.html#category_push[Push] access right with the `force`
|
||||
option.
|
||||
|
||||
By setting `HEAD` on the project you can define its
|
||||
link:project-configuration.html#default-branch[default branch]. For convenience
|
||||
|
@ -249,9 +249,7 @@ There are several ways to create a new branch in a project:
|
||||
|
||||
To be able to create new branches the user must have the
|
||||
link:access-control.html#category_create[Create Reference] access
|
||||
right. In addition, project owners and Gerrit administrators can create
|
||||
new branches from the Web UI or via REST even without having the
|
||||
`Create Reference` access right.
|
||||
right.
|
||||
|
||||
When using the Web UI, the REST endpoint or the SSH command it is only
|
||||
possible to create branches on commits that already exist in the
|
||||
@ -287,9 +285,7 @@ another method, by force pushing nothing to an existing branch:
|
||||
To be able to delete branches, the user must have the
|
||||
link:access-control.html#category_delete[Delete Reference] or the
|
||||
link:access-control.html#category_push[Push] access right with the
|
||||
`force` option. In addition, project owners and Gerrit administrators
|
||||
can delete branches from the Web UI or via REST even without having the
|
||||
`Force Push` access right.
|
||||
`force` option.
|
||||
|
||||
[[default-branch]]
|
||||
=== Default Branch
|
||||
|
Loading…
Reference in New Issue
Block a user