# https://gitolite.com/gitolite/rc %RC = ( UMASK => 0027, GIT_CONFIG_KEYS => 'cgit\..*', LOG_EXTRA => 1, ROLES => { READERS => 1, WRITERS => 1, }, ENABLE => [ 'help', 'desc', 'info', 'perms', 'writable', 'ssh-authkeys', 'git-config', 'daemon', # Comment out if not using cgit 'cgit', ], ); # This line is required per Perl 1; # Local variables: # mode: perl # End: # vim: set syn=perl: