Warning, /frameworks/syntax-highlighting/autotests/folding/gitolite.conf.fold is written in an unsupported language. File is not indexed.

0001 # Example gitolite.conf
0002 
0003 include "mygroups.conf"
0004 
0005 @admin = user1 user2
0006 @admin = user3@domain.com
0007 
0008 repo @all
0009         option deny-rules = 1
0010         option hooks.emailprefix = '[%GL_REPO] '
0011 
0012 repo myrepo
0013         - protected$    = @all          # Nobody can push
0014         RW+CD           = @admin
0015         RW              = @group1
0016         R               = user3@domain.com