author | Frank Lichtenheld <frank@lichtenheld.de> | |
Fri, 6 Apr 2007 21:58:24 +0000 (23:58 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 11 Apr 2007 00:24:35 +0000 (17:24 -0700) | ||
commit | b06dcf8cb83a9b7655bad5f0f6d84e68fc78beb3 | |
tree | 862e19e83f05133e0679d6670bcebc811fdfce35 | tree | snapshot |
parent | c2b8b13494f3de6bd9a22162973e4df32665a966 | commit | diff |
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 <frank@lichtenheld.de>
Acked-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
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 <frank@lichtenheld.de>
Acked-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
gitweb/gitweb.perl | diff | blob | history |