diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/cgitrc | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -4,7 +4,11 @@ cache-size=1000 enable-index-owner=0 -enable-blame=1 +# blame buggy, when use with cache enabled maybe shown half blank page when file is large. +# It can be tested with https://git.flylightning.xyz/dwm_fly/blame/dwm.c and +# https://git.flylightning.xyz/config_local_arch/blame/etc/services +# Also studio is not powerful, `git blame ...` on studio is slow +#enable-blame=1 mimetype-file=/etc/mime.types # https://stackoverflow.com/questions/16182421/cgit-and-nginx-url-rewrite virtual-root=/ |