gitweb: add author to filelogentry
The line is copied from shortlogentry template.
--- a/mercurial/templates/gitweb/map Fri Sep 18 14:24:38 2015 +0800
+++ b/mercurial/templates/gitweb/map Fri Sep 18 14:24:53 2015 +0800
@@ -290,6 +290,7 @@
filelogentry = '
<tr class="parity{parity}">
<td class="age"><i class="age">{date|rfc822date}</i></td>
+ <td><i>{author|person}</i></td>
<td>
<a class="list" href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">
<b>{desc|strip|firstline|escape|nonempty}</b>