From 3877c46020fea3446e897b53fee4bac68a67e5fa Mon Sep 17 00:00:00 2001 From: cassowary Date: Mon, 27 Jul 2026 14:05:16 -0700 Subject: [PATCH] sort projects by last updated --- gitweb_config.perl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gitweb_config.perl b/gitweb_config.perl index 3e9bb01..13f6bbd 100644 --- a/gitweb_config.perl +++ b/gitweb_config.perl @@ -8,4 +8,6 @@ push @stylesheets, "static/gitweb-site.css"; our $omit_owner = 1; -our $projects_list_description_width = 150; # +our $projects_list_description_width = 150; + +our $default_projects_order = 'age'; -- 1.8.3.1