Feature: user can create own repository without administration permission
In order to manage own private git repository easily inside gerrit
As a normal user
I want to create my own git repository without extra permission
Example: create special rules using marco user
Give the rule "private/${username}/*"
And set the user group $REGISTER_USER
Then the user larry can create own git repo on fly, "git create larry@gerritserver:/private/larry/cucumberexample"
And larry had full permission for this repo
Reference:
* Gitolite support this: http://sitaramc.github.com/gitolite/wild.html
* private branch using username is supported in gerrit http://gerrit-documentation.googlecode.com/svn/Documentation/2.1.7/access-control.html