about summary refs log tree commit diff stats
path: root/cgitrc.5.txt
diff options
context:
space:
mode:
authorHanspeter Portner2019-08-16 23:40:19 +0200
committerJason A. Donenfeld2020-02-26 09:57:40 +0800
commit06671f4b2167951c6b46401b0f5ac8af4d48d50a (patch)
tree99611b13d44424fa1eb27ea9c3700d9d535f432d /cgitrc.5.txt
parentgit: update to v2.25.1 (diff)
downloadcgit-06671f4b2167951c6b46401b0f5ac8af4d48d50a.tar.gz
cgit-06671f4b2167951c6b46401b0f5ac8af4d48d50a.zip
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::
407snapshots:: 407snapshots::
408 Text which specifies the default set of snapshot formats that cgit 408 Text which specifies the default set of snapshot formats that cgit
409 generates links for. The value is a space-separated list of zero or 409 generates links for. The value is a space-separated list of zero or
410 more of the values "tar", "tar.gz", "tar.bz2", "tar.xz" and "zip". 410 more of the values "tar", "tar.gz", "tar.bz2", "tar.xz", "tar.lz" and
411 The special value "all" enables all snapshot formats. 411 "zip". The special value "all" enables all snapshot formats.
412 Default value: none. 412 Default value: none.
413 413
414source-filter:: 414source-filter::