James Moger
2012-10-23 1c817663269b52065b79eba37f29a5a4f67348d1
docs/01_setup.mkd
@@ -264,9 +264,9 @@
#### Discrete Permissions with Regex Matching (Gitblit v1.2.0+)
Gitblit also supports regex matching for repository permissions.  The following permission grants push privileges to all repositories in the *mygroup* folder.
Gitblit also supports *case-insensitive* regex matching for repository permissions.  The following permission grants push privileges to all repositories in the *mygroup* folder.
    RW:mygroup/[A-Za-z0-9-~_\\./]+
    RW:mygroup/[a-z0-9-~_\\./]+
#### No-So-Discrete Permissions (Gitblit <= v1.1.0)