From: Axy Date: Mon, 27 Oct 2025 22:26:03 +0000 (+0100) Subject: Added creator to write to avoid fallthru issue X-Git-Url: https://git.uwuaxy.net/?a=commitdiff_plain;h=ed233b8afc67dd7cfc45f14d801375bd53037359;p=gitolite-admin.git Added creator to write to avoid fallthru issue --- diff --git a/conf/gitolite.conf b/conf/gitolite.conf index 497ed0e..0890abb 100644 --- a/conf/gitolite.conf +++ b/conf/gitolite.conf @@ -15,6 +15,6 @@ repo priv/CREATOR/..* - ref/tags/dev/ = @all RW refs/tags/([a-z0-9\-]-)?([0-9]+\.){2}[0-9]+$ = RELEASE_MANAGERS - refs/tags/([a-z0-9\-]-)?([0-9]+\.){2}[0-9]+$ = @all - RW+ = MANAGERS + RW+ = MANAGERS CREATOR RW = WRITERS R = READERS