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
@@ -299,25 +299,26 @@ section-from-path::
299 A number which, if specified before scan-path, specifies how many 299 A number which, if specified before scan-path, specifies how many
300 path elements from each repo path to use as a default section name. 300 path elements from each repo path to use as a default section name.
301 If negative, cgit will discard the specified number of path elements 301 If negative, cgit will discard the specified number of path elements
302 above the repo directory. Default value: 0. 302 above the repo directory. Default value: 0.
303 303
304side-by-side-diffs:: 304side-by-side-diffs::
305 If set to "1" shows side-by-side diffs instead of unidiffs per 305 If set to "1" shows side-by-side diffs instead of unidiffs per
306 default. Default value: "0". 306 default. Default value: "0".
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
316 and the name of the blob as its only command line argument. The STDOUT 317 and the name of the blob as its only command line argument. The STDOUT
317 from the command will be included verbatim as the blob contents, i.e. 318 from the command will be included verbatim as the blob contents, i.e.
318 this can be used to implement e.g. syntax highlighting. Default value: 319 this can be used to implement e.g. syntax highlighting. Default value:
319 none. 320 none.
320 321
321summary-branches:: 322summary-branches::
322 Specifies the number of branches to display in the repository "summary" 323 Specifies the number of branches to display in the repository "summary"
323 view. Default value: "10". 324 view. Default value: "10".