gitweb: Sort projects with undefined ages last
commit28dae1812bc70f06079cb7d3fd4cdbfa9e59cbeb
authorMatthew Daley <mattjd@gmail.com>
Tue, 11 Dec 2012 10:56:07 +0000 (11 23:56 +1300)
committerJunio C Hamano <gitster@pobox.com>
Tue, 11 Dec 2012 18:08:00 +0000 (11 10:08 -0800)
tree081b890e1e8dbf4f4d58daa5d9f805777bb1e328
parent3e53891f85c58b4adb016a429a1f3b7fae78ca03
gitweb: Sort projects with undefined ages last

Sorting gitweb's project list by age ('Last Change') currently shows
projects with undefined ages at the head of the list. This gives a less
useful result when there are a number of projects that are missing or
otherwise faulty and one is trying to see what projects have been
updated recently.

Fix by sorting these projects with undefined ages at the bottom of the
list when sorting by age.

Signed-off-by: Matthew Daley <mattjd@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
gitweb/gitweb.perl