diff options
-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 7f731e5..bf91007 100644 --- a/roles/git/templates/etc_cgitrc.j2 +++ b/roles/git/templates/etc_cgitrc.j2 @@ -140,3 +140,6 @@ project-list={{ gitolite_homedir }}/projects.list # A path which will be scanned for repositories scan-path={{ gitolite_homedir }}/repositories + +# How to sort things on the front page +repository-sort=age |