aboutsummaryrefslogtreecommitdiff
path: root/cgitrc.5.txt
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2018-07-16 16:27:39 +0200
committerChristian Hesse <mail@eworm.de>2020-10-21 21:55:41 +0200
commit1e4187d7d24e9ae62248a1b9de606a7a9dc4ca23 (patch)
tree61af216516cede5dce361dcdb9c09b96118703fa /cgitrc.5.txt
parenta4de0e810b69710c3b32f6d253d80d16dec09f36 (diff)
downloadcgit-ch/cgitrc.tar.gz
cgit-ch/cgitrc.zip
cgitrc: handle value "0" for max-repo-countch/cgitrc
Setting max-repo-count to "0" makes cgit loop forever generating page links. Make this a special value to show all repositories. Signed-off-by: Christian Hesse <mail@eworm.de>
Diffstat (limited to 'cgitrc.5.txt')
-rw-r--r--cgitrc.5.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/cgitrc.5.txt b/cgitrc.5.txt
index 33a6a8c..79a7095 100644
--- a/cgitrc.5.txt
+++ b/cgitrc.5.txt
@@ -269,7 +269,8 @@ max-message-length::
max-repo-count::
Specifies the number of entries to list per page on the repository
- index page. Default value: "50".
+ index page. The value "0" shows all repositories without limitation.
+ Default value: "50".
max-repodesc-length::
Specifies the maximum number of repo description characters to display