Merge commit 'refs/top-bases/t/extra-actions/log-consolidate' into t/extra-actions...
[git/gitweb.git] / .topmsg
blobe77a938a54185ee13fba63f829496aad960b651d
1 Subject: [PATCH] gitweb: unify shortlog/log links
3 Instead of 'shortlog | log', we use only 'log' now, pointing to the
4 shortlog action, since that is what most people are usually interested
5 in first.  In the action-specific navbar, you can then choose between
6 short and full log view.
8 The aim of this patch is to reduce the overwhelming number of links
9 by including only orthogonal links to most popular views.
11 Signed-off-by: Petr Baudis <petr.baudis@novartis.com>