From ff3ce8ec5adb67788b413db35e94889336848718 Mon Sep 17 00:00:00 2001 From: Elizabeth Krumbach Joseph Date: Tue, 13 Aug 2013 17:30:09 -0700 Subject: [PATCH] Add high max-repo-count for index page in cgit By default max-repo-count is set to 50, which causes multiple pages of results for cgit. Bumping it up to 250 so that all current projects all show up on the front page. Change-Id: I527d0128e5376a8d61072fed4a7bb139558b12f6 --- modules/openstack_project/files/git/cgitrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/openstack_project/files/git/cgitrc b/modules/openstack_project/files/git/cgitrc index 937c7121cd..c09104cc94 100644 --- a/modules/openstack_project/files/git/cgitrc +++ b/modules/openstack_project/files/git/cgitrc @@ -59,6 +59,10 @@ mimetype.svg=image/svg+xml # Enable syntax highlighting (requires the highlight package) #source-filter=/usr/libexec/cgit/filters/syntax-highlighting.sh +# Increase the number of entries to list per page on the repository +# index page (default 50) +max-repo-count=250 + ## ## List of repositories. ## PS: Any repositories listed when section is unset will not be