diff options
author | Hanspeter Portner | 2019-08-16 23:40:19 +0200 |
---|---|---|
committer | Jason A. Donenfeld | 2020-02-26 09:57:40 +0800 |
commit | 06671f4b2167951c6b46401b0f5ac8af4d48d50a (patch) | |
tree | 99611b13d44424fa1eb27ea9c3700d9d535f432d /cgitrc.5.txt | |
parent | fde897b8171ed2e925b44ec6f69590ec07241017 (diff) | |
download | cgit-06671f4b2167951c6b46401b0f5ac8af4d48d50a.tar.gz cgit-06671f4b2167951c6b46401b0f5ac8af4d48d50a.tar.bz2 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.txt | 4 |
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:: | |||
407 | snapshots:: | 407 | snapshots:: |
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 | ||
414 | source-filter:: | 414 | source-filter:: |