sort projects by last updated
authorcassowary <cassowary@cassowary.me>
Mon, 27 Jul 2026 21:05:16 +0000 (14:05 -0700)
committercassowary <cassowary@cassowary.me>
Mon, 27 Jul 2026 21:06:23 +0000 (14:06 -0700)
gitweb_config.perl

index 3e9bb01..13f6bbd 100644 (file)
@@ -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';