diff options
author | Aaron LI <aly@aaronly.me> | 2018-05-15 20:16:14 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-05-15 20:16:14 +0800 |
commit | bbfac4101eaaa27a053560cb9cadfe5e807c12da (patch) | |
tree | d7dd1336d62d23d3e7770d46ac3775044d2f73fd /roles/git/files | |
parent | c179b57bcc9c3f6b01bcf589b76204de43571022 (diff) | |
download | ansible-dfly-vps-bbfac4101eaaa27a053560cb9cadfe5e807c12da.tar.bz2 |
git: configure gitolite with cgit
Diffstat (limited to 'roles/git/files')
-rw-r--r-- | roles/git/files/gitolite.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/git/files/gitolite.rc b/roles/git/files/gitolite.rc index e862cdc..085c9ea 100644 --- a/roles/git/files/gitolite.rc +++ b/roles/git/files/gitolite.rc @@ -17,7 +17,7 @@ UMASK => 0077, # look for "git-config" in the documentation - GIT_CONFIG_KEYS => '', + GIT_CONFIG_KEYS => 'gitweb\..*', # comment out if you don't need all the extra detail in the logfile LOG_EXTRA => 1, |