diff options
Diffstat (limited to 'roles/git/templates/home_git_gitolite_rc.j2')
-rw-r--r-- | roles/git/templates/home_git_gitolite_rc.j2 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/roles/git/templates/home_git_gitolite_rc.j2 b/roles/git/templates/home_git_gitolite_rc.j2 index 18dbd7b..a9cd666 100644 --- a/roles/git/templates/home_git_gitolite_rc.j2 +++ b/roles/git/templates/home_git_gitolite_rc.j2 @@ -21,7 +21,7 @@ UMASK => 0027,
# look for "git-config" in the documentation
- GIT_CONFIG_KEYS => 'gitweb\.(owner|description|category)',
+ GIT_CONFIG_KEYS => '{{ gitolite_config_keys }}',
# comment out if you don't need all the extra detail in the logfile
LOG_EXTRA => 1,
@@ -42,11 +42,11 @@ # SITE_INFO => 'Please search for "gitolite" or email site admin for more help',
# the 'desc' command uses this
- # WRITER_CAN_UPDATE_DESC => 1,
+ WRITER_CAN_UPDATE_DESC => 1,
# the CpuTime feature uses these
# display user, system, and elapsed times to user after each git operation
- # DISPLAY_CPU_TIME => 1,
+ DISPLAY_CPU_TIME => 1,
# display a warning if total CPU times (u, s, cu, cs) crosses this limit
# CPU_TIME_WARN_LIMIT => 0.1,
@@ -84,10 +84,10 @@ 'writable',
# Uncomment or add new commands here.
- # 'create',
+ 'create',
# 'fork',
# 'mirror',
- # 'sskm',
+ 'sskm',
# 'D',
# These FEATURES are enabled by default.
@@ -138,7 +138,7 @@ # 'upstream',
# updates 'description' file instead of 'gitweb.description' config item
- # 'cgit',
+ 'cgit',
# allow repo-specific hooks to be added
# 'repo-specific-hooks',
|