diff options
-rw-r--r-- | conf/.gitolite.rc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/.gitolite.rc b/conf/.gitolite.rc index 39497f2..cf8e510 100644 --- a/conf/.gitolite.rc +++ b/conf/.gitolite.rc @@ -113,10 +113,10 @@ 'git-config', # creates git-daemon-export-ok files; if you don't use git-daemon, comment this out - 'daemon', + #'daemon', # creates projects.list file; if you don't use gitweb, comment this out - 'gitweb', + #'gitweb', # These FEATURES are disabled by default; uncomment to enable. If you # need to add new ones, ask on the mailing list :-) @@ -160,7 +160,7 @@ # 'upstream', # updates 'description' file instead of 'gitweb.description' config item - # 'cgit', + 'cgit', # allow repo-specific hooks to be added # 'repo-specific-hooks', |