File indexing completed on 2024-05-12 04:02:06

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 Dark)"/>
0006 </head><body style="background-color:#232629;color:#cfcfc2"><pre>
0007 <span style="color:#7a7c7d"># Example gitolite.conf</span>
0008 
0009 <span style="color:#27ae60">include</span> <span style="color:#f44f4f">"mygroups.conf"</span>
0010 
0011 <span style="color:#27aeae">@admin</span> <span style="color:#27ae60">=</span> user1 user2
0012 <span style="color:#27aeae">@admin</span> <span style="color:#27ae60">=</span> user3@domain.com
0013 
0014 <span style="font-weight:bold">repo</span><span style="color:#27aeae"> @all</span>
0015     <span style="font-weight:bold">option</span> deny-rules <span style="color:#27ae60">=</span> 1
0016     <span style="font-weight:bold">option</span> hooks.emailprefix <span style="color:#27ae60">=</span> <span style="color:#f44f4f">'[%GL_REPO] '</span>
0017 
0018 <span style="font-weight:bold">repo</span> myrepo
0019     - protected$    <span style="color:#27ae60">=</span><span style="color:#27aeae"> @all</span>        <span style="color:#7a7c7d"># Nobody can push</span>
0020     <span style="font-weight:bold">RW+CD</span>     <span style="color:#27ae60">=</span><span style="color:#27aeae"> @admin</span>
0021     <span style="font-weight:bold">RW</span>        <span style="color:#27ae60">=</span><span style="color:#27aeae"> @group1</span>
0022     <span style="font-weight:bold">R</span>     <span style="color:#27ae60">=</span> user3@domain.com
0023 </pre></body></html>