summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--cgitrc.5.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/cgitrc.5.txt b/cgitrc.5.txt
index c3698a6..be8483c 100644
--- a/cgitrc.5.txt
+++ b/cgitrc.5.txt
@@ -307,9 +307,10 @@ side-by-side-diffs::
307 307
308snapshots:: 308snapshots::
309 Text which specifies the default set of snapshot formats generated by 309 Text which specifies the default set of snapshot formats generated by
310 cgit. The value is a space-separated list of zero or more of the 310 cgit. The value is a space-separated list of zero or more of the
311 values "tar", "tar.gz", "tar.bz2" and "zip". Default value: none. 311 values "tar", "tar.gz", "tar.bz2", "tar.xz" and "zip". Default value:
312 none.
312 313
313source-filter:: 314source-filter::
314 Specifies a command which will be invoked to format plaintext blobs 315 Specifies a command which will be invoked to format plaintext blobs
315 in the tree view. The command will get the blob content on its STDIN 316 in the tree view. The command will get the blob content on its STDIN