gitweb: Sort the list of forks on the summary page by age
commitf04f27e8b2a62f62d3ba168f1de4e45265830bff
authorMike Ralphson <mike@abacus.co.uk>
Thu, 25 Sep 2008 16:48:48 +0000 (25 18:48 +0200)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 1 Oct 2008 15:56:57 +0000 (1 08:56 -0700)
tree735fdbe3734b4203012240d38321cb2ea633d982
parent6b28da672e8828111a8cf3cda9ed760e03140e11
gitweb: Sort the list of forks on the summary page by age

The list of forks on the summary page was unsorted, this just makes
them sorted by age, which seems a fair way to decide which forks are
shown before the list size cut-off (15) kicks in.

s/noheader/no_header was just to make it obvious what the parameter
affects, so all the code can be found with one grep.

pb: As suggested by Mike, I have augmented this by an additional patch
that refactors the sorting logic so that it is not tied to printing
the headers.

Signed-off-by: Mike Ralphson <mike@abacus.co.uk>
Signed-off-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
gitweb/gitweb.perl