User |
Reference |
Rights |
Description |
fred | users/secret | no rights selected |
User fred cannot push into /refs/heads/users/secret reference |
coworker | /refs/heads/x | Fetch,Push |
User coworker is allowed to fetch and push into branch x. |
user1 | devel-.* | Non fast-forward |
user1 is allowed to force push (non fast-forward) in any branch
that starts with 'devel-', for example 'devel-1.0'. |
* | users/@USER@/ | Push |
Any user can push to his private ref
'/refs/heads/users/username_of_the_pushing_user' (@USER@ is replaced
with the username of the connecting user at the push time). |
* | empty | no rights selected |
This is a drop all rule. Can be used, for example, to block
all the rules that might follow. |