diff options
| author | Lars Hjemli <hjemli@gmail.com> | 2009-12-08 18:31:07 +0100 |
|---|---|---|
| committer | Lars Hjemli <hjemli@gmail.com> | 2009-12-08 18:31:07 +0100 |
| commit | 57bb4fdb8419d7c250d4c6146910df3263943951 (patch) | |
| tree | 3597910405ffaebeff892788b1726d707439a8cb /cgitrc.5.txt | |
| parent | Merge branch 'stable' (diff) | |
| parent | "max-blob-size" config var to limit generated HTML size (diff) | |
| download | cgit-57bb4fdb8419d7c250d4c6146910df3263943951.tar.gz cgit-57bb4fdb8419d7c250d4c6146910df3263943951.tar.bz2 cgit-57bb4fdb8419d7c250d4c6146910df3263943951.zip | |
Merge branch 'master' of http://op-co.de/cgit
Diffstat (limited to 'cgitrc.5.txt')
| -rw-r--r-- | cgitrc.5.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cgitrc.5.txt b/cgitrc.5.txt index 0c13485..e69140b 100644 --- a/cgitrc.5.txt +++ b/cgitrc.5.txt @@ -177,6 +177,10 @@ max-repodesc-length:: Specifies the maximum number of repo description characters to display on the repository index page. Default value: "80". +max-blob-size:: + Specifies the maximum size of a blob to display HTML for in KBytes. + Default value: "0" (limit disabled). + max-stats:: Set the default maximum statistics period. Valid values are "week", "month", "quarter" and "year". If unspecified, statistics are |