Warning, file /frameworks/syntax-highlighting/autotests/html/gitolite.conf.html was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 <!DOCTYPE html>
0002 <html><head>
0003 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
0004 <title>gitolite.conf</title>
0005 <meta name="generator" content="KF5::SyntaxHighlighting - Definition (Gitolite) - Theme (Breeze Light)"/>
0006 </head><body style="background-color:#ffffff;color:#1f1c1b"><pre>
0007 <span style="color:#898887;"># Example gitolite.conf</span>
0008 
0009 <span style="color:#006e28;">include</span> <span style="color:#bf0303;">&quot;mygroups.conf&quot;</span>
0010 
0011 <span style="color:#0057ae;">@admin</span> <span style="color:#006e28;">=</span> user1 user2
0012 <span style="color:#0057ae;">@admin</span> <span style="color:#006e28;">=</span> user3@domain.com
0013 
0014 <span style="font-weight:bold;">repo</span><span style="color:#0057ae;"> @all</span>
0015     <span style="font-weight:bold;">option</span> deny-rules <span style="color:#006e28;">=</span> 1
0016     <span style="font-weight:bold;">option</span> hooks.emailprefix <span style="color:#006e28;">=</span> <span style="color:#bf0303;">'[%GL_REPO] '</span>
0017 
0018 <span style="font-weight:bold;">repo</span> myrepo
0019     - protected$    <span style="color:#006e28;">=</span><span style="color:#0057ae;"> @all</span>      <span style="color:#898887;"># Nobody can push</span>
0020     <span style="font-weight:bold;">RW+CD</span>        <span style="color:#006e28;">=</span><span style="color:#0057ae;"> @admin</span>
0021     <span style="font-weight:bold;">RW</span>       <span style="color:#006e28;">=</span><span style="color:#0057ae;"> @group1</span>
0022     <span style="font-weight:bold;">R</span>        <span style="color:#006e28;">=</span> user3@domain.com
0023 </pre></body></html>