From db2d8c9f023d0d6ed8b8732e29a39d9ba278825e 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 771bac158f..2e8d450a7d 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 d35f6678c0..2a595ff265 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)