From: Matthew Daley Date: Tue, 11 Dec 2012 10:56:07 +0000 (+1300) Subject: gitweb: Sort projects with undefined ages last X-Git-Url: https://git.ladys.computer/Gitweb/commitdiff_plain/8ed2f8a3ee11810853865c6a45d4c9561d9fff8ad5b83d118bdfb5137eb308bb?hp=8ed2f8a3ee11810853865c6a45d4c9561d9fff8ad5b83d118bdfb5137eb308bb 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 Signed-off-by: Junio C Hamano ---