From 1ab9a867532eeed492859b70a8d3a7df7cfaa0dc Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 1 Feb 2012 04:26:06 +0000 Subject: [PATCH] Fix permissions docs. Removing a redundant permission, and syncing the command-line and textual descriptions of permissions. Change-Id: Ia56e81458b6d00ca787589096e91482b5c09ab24 --- doc/gerrit.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/gerrit.rst b/doc/gerrit.rst index 40432d0a..5263b30f 100644 --- a/doc/gerrit.rst +++ b/doc/gerrit.rst @@ -638,7 +638,7 @@ These permissions try to achieve the high level goals:: refs/* read: anonymous push annotated tag: release managers, ci tools, project bootstrappers - forge author identity: project bootstrappers, registered users + forge author identity: registered users forge committer identity: project bootstrappers push (w/ force push): project bootstrappers create reference: project bootstrappers, release managers @@ -779,8 +779,6 @@ And make entries in `groups` for each one of them. Next, edit [access "refs/*"] owner = group Administrators - forgeAuthor = group $PROJECT-core - forgeCommitter = group $PROJECT-core [receive] requireChangeId = true requireContributorAgreement = true