User | Path | Right | Description |
---|---|---|---|
* | .*\.exe | no rights selected | No user is allowed to push .exe files |
coworker | ^doc/.* | Push | Only user coworker is allowed to push commits that alter some files/dirs in root doc folder |
* | ^users/@USER@/ | Push | Any user can push to his folder inside '/users/' (@USER@ will be 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. |