diff options
Diffstat (limited to 'cgitrc.5.txt')
-rw-r--r-- | cgitrc.5.txt | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/cgitrc.5.txt b/cgitrc.5.txt index 4ad3e64..33a6a8c 100644 --- a/cgitrc.5.txt +++ b/cgitrc.5.txt | |||
@@ -407,9 +407,12 @@ 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", "tar.lz" and | 410 | more of the values "tar", "tar.gz", "tar.bz2", "tar.lz", "tar.xz", |
411 | "zip". The special value "all" enables all snapshot formats. | 411 | "tar.zst" and "zip". The special value "all" enables all snapshot |
412 | Default value: none. | 412 | formats. Default value: none. |
413 | All compressors use default settings. Some settings can be influenced | ||
414 | with environment variables, for example set ZSTD_CLEVEL=10 in web | ||
415 | server environment for higher (but slower) zstd compression. | ||
413 | 416 | ||
414 | source-filter:: | 417 | source-filter:: |
415 | Specifies a command which will be invoked to format plaintext blobs | 418 | Specifies a command which will be invoked to format plaintext blobs |