projects
/
All-Users.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bcb5ee
)
Grant read permissions on group branches
author
Gerrit Code Review
<root@osm_13>
Mon, 23 Feb 2026 09:30:47 +0000
(10:30 +0100)
committer
Gerrit Code Review
<root@osm_13>
Mon, 23 Feb 2026 09:30:47 +0000
(10:30 +0100)
project.config
patch
|
blob
|
history
diff --git
a/project.config
b/project.config
index
595b405
..
f35adde
100644
(file)
--- a/
project.config
+++ b/
project.config
@@
-5,4
+5,7
@@
read = group Registered Users
push = group Registered Users
submit = group Registered Users
- exclusiveGroupPermissions = read push submit
+ exclusiveGroupPermissions = push read submit
+[access "refs/groups/*"]
+ exclusiveGroupPermissions = read
+ read = group Registered Users