commit | 96173e183e7ff164957307d5b9e2fb6f5397d939 | [log] [tgz] |
---|---|---|
author | Shawn Pearce <sop@google.com> | Mon Apr 23 17:03:29 2012 -0700 |
committer | gerrit code review <noreply-gerritcodereview@google.com> | Mon Apr 23 17:03:29 2012 -0700 |
tree | 14bac9986027d4f3d19560c240a0bdf9f505fb29 | |
parent | 1afafcb4a202b6ea311c7ed85295eb43534847e1 [diff] |
Grant Anonymous Users read on refs/*
diff --git a/groups b/groups new file mode 100644 index 0000000..73c2613 --- /dev/null +++ b/groups
@@ -0,0 +1,3 @@ +# UUID Group Name +# +global:Anonymous-Users Anonymous Users
diff --git a/project.config b/project.config index 5dc06cc..b4ac618 100644 --- a/project.config +++ b/project.config
@@ -2,3 +2,5 @@ state = active [receive] requireContributorAgreement = true +[access "refs/*"] + read = group Anonymous Users