]> Lady’s Gitweb - Gitweb/commit
gitweb: Allow configuring the default projects order and add order 'none'
authorFrank Lichtenheld <redacted>
Fri, 6 Apr 2007 21:58:24 +0000 (23:58 +0200)
committerLady <redacted>
Mon, 6 Apr 2026 04:07:11 +0000 (00:07 -0400)
commit03e87d88f19d9bbbcceee985a4e04627f641b84f0762347dbe2c1b337db7b839
tree4238a7b8ff80283b59108e9812b995a26b0b42dd46d3073af5fe39b5496062d3
parent2619aafa6fe4b3dbf9ee1828d4c1be7d6f11c70bcf8ced14bb43aff1370ca781
gitweb: Allow configuring the default projects order and add order 'none'

Introduce new configuration variable $default_projects_order
that can be used to specify the default order of projects on
the index page if no 'o' parameter is given.

Allow a new value 'none' for order that will cause the projects
to be in the order we learned about them. In case of reading the
list of projects from a file, this should be the order as they are
listed in the file. In case of reading the list of projects from
a directory this will probably give random results depending on the
filesystem in use.

Signed-off-by: Frank Lichtenheld <redacted>
Acked-by: Petr Baudis <redacted>
Signed-off-by: Junio C Hamano <redacted>
gitweb.perl
This page took 0.261053 seconds and 4 git commands to generate.