diff options
Diffstat (limited to 'roles')
-rw-r--r-- | roles/git/templates/etc_cgitrc.j2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/git/templates/etc_cgitrc.j2 b/roles/git/templates/etc_cgitrc.j2 index bf91007..49adf8f 100644 --- a/roles/git/templates/etc_cgitrc.j2 +++ b/roles/git/templates/etc_cgitrc.j2 @@ -143,3 +143,6 @@ scan-path={{ gitolite_homedir }}/repositories # How to sort things on the front page repository-sort=age + +max-repo-count=1000 + |