diff options
Diffstat (limited to 'cgitrc.5.txt')
-rw-r--r-- | cgitrc.5.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cgitrc.5.txt b/cgitrc.5.txt index 0bb429a..d74d9e7 100644 --- a/cgitrc.5.txt +++ b/cgitrc.5.txt | |||
@@ -182,6 +182,10 @@ max-repodesc-length:: | |||
182 | Specifies the maximum number of repo description characters to display | 182 | Specifies the maximum number of repo description characters to display |
183 | on the repository index page. Default value: "80". | 183 | on the repository index page. Default value: "80". |
184 | 184 | ||
185 | max-blob-size:: | ||
186 | Specifies the maximum size of a blob to display HTML for in KBytes. | ||
187 | Default value: "0" (limit disabled). | ||
188 | |||
185 | max-stats:: | 189 | max-stats:: |
186 | Set the default maximum statistics period. Valid values are "week", | 190 | Set the default maximum statistics period. Valid values are "week", |
187 | "month", "quarter" and "year". If unspecified, statistics are | 191 | "month", "quarter" and "year". If unspecified, statistics are |
@@ -246,6 +250,10 @@ section:: | |||
246 | after this option will inherit the current section name. Default value: | 250 | after this option will inherit the current section name. Default value: |
247 | none. | 251 | none. |
248 | 252 | ||
253 | side-by-side-diffs:: | ||
254 | If set to "1" shows side-by-side diffs instead of unidiffs per | ||
255 | default. Default value: "0". | ||
256 | |||
249 | snapshots:: | 257 | snapshots:: |
250 | Text which specifies the default set of snapshot formats generated by | 258 | Text which specifies the default set of snapshot formats generated by |
251 | cgit. The value is a space-separated list of zero or more of the | 259 | cgit. The value is a space-separated list of zero or more of the |