Sort projects by age

This commit is contained in:
Eli Barzilay 2010-11-02 15:50:47 -04:00
parent 44be06121c
commit 14351c0b61

View File

@ -47,6 +47,7 @@
# specification of visible repositories (managed by gitolite)
our $projects_list = "plt-repos";
our $projects_list_description_width = 80;
our $default_projects_order = "age";
# hide repositories that are not listed in the above
our $strict_export = 1;
@||