[PATCH] gitweb: Sort the list of forks on the summary page by age
[git/gitweb.git] / .topmsg
blob4fe93b3116c31c9df6d2fc4d38573ec58b05afce
1 From: Petr Baudis <pasky@suse.cz>
2 To: git@vger.kernel.org
3 Subject: [PATCH] gitweb: Sort the list of forks on the summary page by age
5 From: Mike Ralphson <mike@abacus.co.uk>
7 The list of forks on the summary page was unsorted, this just makes
8 them sorted by age, which seems a fair way to decide which forks are
9 shown before the list size cut-off (15) kicks in.
11 s/noheader/no_header was just to make it obvious what the parameter
12 affects, so all the code can be found with one grep, and s/undef/'age'
13 just shows the intent, although that parameter isn't what actually
14 controls the sort order. Or, I guess, the sorting could be refactored
15 out of the header generation code.
17 Signed-off-by: Mike Ralphson <mike@abacus.co.uk>
18 Signed-off-by: Petr Baudis <pasky@suse.cz>