Merge branch 't/blob/pathinfo' into refs/top-bases/master
[git/gitweb.git] / .topmsg
blob6474ae65badf7703936fc2170e6110726cc53277
1 From: Petr Baudis <pasky@suse.cz>
2 To: git@vger.kernel.org
3 Cc: Mike Ralphson <mike@abacus.co.uk>
4 Subject: [PATCH] gitweb: Sort the list of forks on the summary page by age
6 From: Mike Ralphson <mike@abacus.co.uk>
8 The list of forks on the summary page was unsorted, this just makes
9 them sorted by age, which seems a fair way to decide which forks are
10 shown before the list size cut-off (15) kicks in.
12 s/noheader/no_header was just to make it obvious what the parameter
13 affects, so all the code can be found with one grep.
15 pb: As suggested by Mike, I have augmented this by an additional patch
16 that refactors the sorting logic so that it is not tied to printing
17 the headers.
19 Signed-off-by: Mike Ralphson <mike@abacus.co.uk>
20 Signed-off-by: Petr Baudis <pasky@suse.cz>