gitweb.js: replace .innerHTML with .firstChild.data
[git/gitweb.git] / .topmsg
blob49227246efa495bfda8845fb4e47561421acc9cc
1 Subject: [PATCH] gitweb: extra columns in blame
3 This patch adds extra columns to blame output, containing
4 line author and creation date. These columns are by default hidden by
5 display: none but by clicking on the expansion "button" you can display
6 them (and hide again). I think seeing this information without tooltips
7 fishing can give much better overview of the content evolution.
9 Signed-off-by: Petr Baudis <pasky@ucw.cz>
10 Signed-off-by: Kyle J. McKay <mackyle@gmail.com>