Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.zx2c4.com/cgit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanspeter Portner <dev@open-music-kontrollers.ch>2019-08-17 00:40:19 +0300
committerJason A. Donenfeld <Jason@zx2c4.com>2020-02-26 04:57:40 +0300
commit06671f4b2167951c6b46401b0f5ac8af4d48d50a (patch)
tree99611b13d44424fa1eb27ea9c3700d9d535f432d /cgitrc.5.txt
parentfde897b8171ed2e925b44ec6f69590ec07241017 (diff)
ui-snapshot: add support for lzip compression
This patch adds support for lzip [1] compressed snapshots (*.tar.lz) [1] https://www.nongnu.org/lzip/ Signed-off-by: Hanspeter Portner <dev@open-music-kontrollers.ch> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'cgitrc.5.txt')
-rw-r--r--cgitrc.5.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/cgitrc.5.txt b/cgitrc.5.txt
index ba77826..4ad3e64 100644
--- a/cgitrc.5.txt
+++ b/cgitrc.5.txt
@@ -407,8 +407,8 @@ side-by-side-diffs::
snapshots::
Text which specifies the default set of snapshot formats that cgit
generates links for. The value is a space-separated list of zero or
- more of the values "tar", "tar.gz", "tar.bz2", "tar.xz" and "zip".
- The special value "all" enables all snapshot formats.
+ more of the values "tar", "tar.gz", "tar.bz2", "tar.xz", "tar.lz" and
+ "zip". The special value "all" enables all snapshot formats.
Default value: none.
source-filter::