Remove documentation that refers to Read access right on refs/for/*

The Read access right is usally granted on refs/*, refs/heads/* or
specific refs, but not on refs/for/* or refs/for/refs/heads/*.

Bug: Issue 4679
Change-Id: Iaf0885d307438b651c845c2c07d1910593e70869
Signed-off-by: Edwin Kempin <ekempin@google.com>
This commit is contained in:
Edwin Kempin
2016-09-30 14:13:20 +02:00
parent 1b944dffd8
commit d8b1b0faf8

View File

@@ -615,11 +615,10 @@ A user must be able to clone or fetch the project in order to create
a new commit on their local system, so in practice they must also
have the `Read` access granted to upload a change.
For an open source, public Gerrit installation, it is common to
grant `Read` and `Push` for `+refs/for/refs/heads/*+`
to `Registered Users` in the `All-Projects` ACL. For more
private installations, its common to simply grant `Read` and
`Push` for `+refs/for/refs/heads/*+` to all users of a project.
For an open source, public Gerrit installation, it is common to grant
`Push` for `+refs/for/refs/heads/*+` to `Registered Users` in the
`All-Projects` ACL. For more private installations, its common to
grant `Push` for `+refs/for/refs/heads/*+` to all users of a project.
* Force option
+