From 7b1897c4b9f95f9a07710e1784a851f98d765122 Mon Sep 17 00:00:00 2001 From: Edwin Kempin Date: Thu, 16 Apr 2015 15:13:44 +0200 Subject: [PATCH] Document that submit should for granted on refs/heads/* Change-Id: I35559de9946c205bb0af3ad1d128c8c5c86548a2 Signed-off-by: Edwin Kempin --- Documentation/access-control.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/access-control.txt b/Documentation/access-control.txt index b082339112..ff252f74b7 100644 --- a/Documentation/access-control.txt +++ b/Documentation/access-control.txt @@ -907,7 +907,7 @@ Suggested access rights to grant: * xref:category_forge_author[`Forge Author Identity`] to 'refs/heads/*' * link:config-labels.html#label_Code-Review[`Label: Code-Review`] with range '-2' to '+2' for 'refs/heads/*' * link:config-labels.html#label_Verified[`Label: Verified`] with range '-1' to '+1' for 'refs/heads/*' -* xref:category_submit[`Submit`] +* xref:category_submit[`Submit`] on 'refs/heads/*' If the project is small or the developers are seasoned it might make sense to give them the freedom to push commits directly to a branch.