commit | 28dae1812bc70f06079cb7d3fd4cdbfa9e59cbeb | [log] [tgz] |
---|---|---|
author | Matthew Daley <mattjd@gmail.com> | Tue Dec 11 23:56:07 2012 +1300 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Dec 11 10:08:00 2012 -0800 |
tree | 081b890e1e8dbf4f4d58daa5d9f805777bb1e328 | |
parent | 3e53891f85c58b4adb016a429a1f3b7fae78ca03 [diff] |
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>