From bd37e29d4d48ecbcae1cee08f85521b81e859ad6 Mon Sep 17 00:00:00 2001 From: Gerrit Code Review Date: Mon, 1 May 2017 22:26:51 +0200 Subject: [PATCH] Rename 'Push Annotated/Signed Tag' permission to 'Create Annotated/Signed Tag' --- groups | 4 ++-- project.config | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/groups b/groups index 771bac158..2e8d450a7 100644 --- a/groups +++ b/groups @@ -1,3 +1,3 @@ -# UUID Group Name +# UUID Group Name # -user:sambuc user/Lionel Sambuc (sambuc) +user:sambuc user/Lionel Sambuc (sambuc) diff --git a/project.config b/project.config index 5b8917cf4..665aa5298 100644 --- a/project.config +++ b/project.config @@ -19,5 +19,5 @@ pushMerge = group user/Lionel Sambuc (sambuc) [access "refs/tags/*"] push = +force group user/Lionel Sambuc (sambuc) - pushTag = group user/Lionel Sambuc (sambuc) - pushSignedTag = group user/Lionel Sambuc (sambuc) + createTag = group user/Lionel Sambuc (sambuc) + createSignedTag = group user/Lionel Sambuc (sambuc)