From cca86211aa4e67adc7a84eba0f1a93b33a4e0c9b 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 771bac15..2e8d450a 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 d24ef8cd..61ffa4f6 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)