blob: 39c6e8c5a4a09127b538c4c2473488cb5d9a65a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
Magical parts of Gitano rules
-----------------------------
In order to make your life easier, Gitano defines a bunch of magical stuff to
help your rules.
For example, the following users and groups are magical:
gitano/owner USER
This evaluates to the user who is marked as owning a repository.
gitano/any USER
This evaluates to 'true' regardless of the user calling in.
i.e. it is anonymous PLUS every registered user.
gitano/anonymous USER
This evaluates to the 'anonymous' access user (i.e. gitweb and git://)
|