Merge commit 'refs/top-bases/t/blame/extra-columns' into t/blame/extra-columns
[git/gitweb.git] / .topmsg
blob98e2437aef1344fcd9ae06e18541aac0de3fe0a1
1 From: Petr Baudis <pasky@suse.cz>
2 Subject: [PATCH] gitweb: Extra columns in blame
4 This patch adds extra columns to blame output, containing
5 line author and creation date. These columns are by default hidden by
6 display: none but by clicking on the expansion "button" you can display
7 them (and hide again). I think seeing this information without tooltips
8 fishing can give much better overview of the content evolution.
10 This patch depends on the interactive blame patch but it can be
11 factored out easily.
13 Signed-off-by: Petr Baudis <pasky@suse.cz>