diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-12 05:01:48 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-12 05:01:48 +0200 |
commit | f09d15e1f5fadbda343b9eb4c44fb26767c339cb (patch) | |
tree | 996c2ae9994aa7dd02b6d084535b1861273e6dd8 /docker/frontend | |
parent | README: update (diff) | |
download | cgitize-f09d15e1f5fadbda343b9eb4c44fb26767c339cb.tar.gz cgitize-f09d15e1f5fadbda343b9eb4c44fb26767c339cb.zip |
frontend: nobody wants .tar.bz2 archives
Diffstat (limited to 'docker/frontend')
-rw-r--r-- | docker/frontend/etc/cgit/common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/frontend/etc/cgit/common b/docker/frontend/etc/cgit/common index 911b1ed..2e1b6eb 100644 --- a/docker/frontend/etc/cgit/common +++ b/docker/frontend/etc/cgit/common @@ -21,7 +21,7 @@ max-blob-size=10000 max-repo-count=100 max-stats=year remove-suffix=1 -snapshots=tar.gz tar.bz2 zip +snapshots=zip tar.gz # Enable Markdown conversion to HTML. about-filter=/usr/lib/cgit/filters/about-formatting.sh |