Pushing branches with prefixes
Created by: timspin
Can't push branch with name that starts with prefix which matches name one of the protected branches.
Example: if we have protected branch "release", developer can't push branch "release.task1" to main repo.
I guess that in gitolite.conf refs must be ended with "$".