For deleting a branch, the "Delete Reference" permission is sufficient.

Bug: Issue 7490
Change-Id: Ic7f1bb9793ac42de6857da24149f2f3959259754
This commit is contained in:
Gert van Dijk
2017-10-19 22:38:06 +02:00
parent 6219e30fa2
commit 8c5e33ce11
3 changed files with 11 additions and 3 deletions

View File

@@ -201,7 +201,8 @@ public class ReceiveCommits {
UPDATE(
"You are not allowed to perform this operation.\n"
+ "To push into this reference you need 'Push' rights."),
DELETE("You need 'Push' rights with the 'Force Push'\nflag set to delete references."),
DELETE("You need 'Delete Reference' rights or 'Push' rights with the \n"
+ "'Force Push' flag set to delete references."),
DELETE_CHANGES("Cannot delete from '" + REFS_CHANGES + "'"),
CODE_REVIEW(
"You need 'Push' rights to upload code review requests.\n"