Diffstat (limited to 'cgitrc.5.txt')
| -rw-r--r-- | cgitrc.5.txt | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/cgitrc.5.txt b/cgitrc.5.txt index 70e4c78..252d546 100644 --- a/cgitrc.5.txt +++ b/cgitrc.5.txt @@ -1,6 +1,3 @@ -:man source: cgit -:man manual: cgit - CGITRC(5) ======== @@ -177,10 +174,6 @@ 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 @@ -432,8 +425,8 @@ mimetype.svg=image/svg+xml ## ## List of repositories. -## PS: Any repositories listed when section is unset will not be -## displayed under a section heading +## PS: Any repositories listed when repo.group is unset will not be +## displayed under a group heading ## PPS: This list could be kept in a different file (e.g. '/etc/cgitrepos') ## and included like this: ## include=/etc/cgitrepos @@ -455,7 +448,7 @@ repo.readme=info/web/about.html # The next repositories will be displayed under the 'extras' heading -section=extras +repo.group=extras repo.url=baz @@ -468,7 +461,7 @@ repo.desc=the wizard of foo # Add some mirrored repositories -section=mirrors +repo.group=mirrors repo.url=git |