Bad whitespace: if checked, commits with mixed tabs and spaces, trailing spaces/tabs etc. will be allowed.

If your 'Reference' field does not start with '/', '/refs/heads/' will be automatically prepended.

Example rights for references:
User=[friend] Reference=[/refs/heads/x] Rights=[Fetch,Push] - means that user friend is allowed to fetch and push into branch x.
User=[user1] Reference=[release-.*] Rights=[Non fast-forward] - means that user1 is allowed to force push (non fast-forward) in any branch that starts with 'release-', for example 'release-1.0'.
User=[*] Reference=[] Rights=[Anonymous push] Priority=[10] - means that any user can anonymously push changes that will be automatically transformed in a pull request. We recommend to activate it because it will allow easy contributions to your project.
User=[*] Reference=[users/@USER@/] Rights=[Push] Priority=[10] - means that any user can push to his private ref '/refs/heads/users/username_of_the_pushing_user'