diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-02-26 22:31:34 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-02-26 23:59:57 +0800 |
commit | 23fd6e8fc96065f3229c42d21c83e9ca1309aa6c (patch) | |
tree | 3e3b410a506ba84abc46fb4e2d8e331dd208d1db /services/templates | |
parent | 311dfdcc6b5712dd6085287ada5ebe48e02116c4 (diff) | |
download | crupest-23fd6e8fc96065f3229c42d21c83e9ca1309aa6c.tar.gz crupest-23fd6e8fc96065f3229c42d21c83e9ca1309aa6c.tar.bz2 crupest-23fd6e8fc96065f3229c42d21c83e9ca1309aa6c.zip |
feat(git): add protected refs.
Diffstat (limited to 'services/templates')
-rw-r--r-- | services/templates/cgitrc.template | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/services/templates/cgitrc.template b/services/templates/cgitrc.template index f3c61eb..ffffaae 100644 --- a/services/templates/cgitrc.template +++ b/services/templates/cgitrc.template @@ -17,4 +17,5 @@ about-filter=/usr/lib/cgit/filters/about-formatting.sh readme=:README.md readme=:README +remove-suffix=1 scan-path=/git/ |