gitweb: add author to filelogentry
authorAnton Shestakov <av6@dwimlabs.net>
Fri, 18 Sep 2015 14:24:53 +0800
changeset 26275 3e9d63820cd2
parent 26274 ca60ba3935c6
child 26276 93395bee98ba
gitweb: add author to filelogentry The line is copied from shortlogentry template.
mercurial/templates/gitweb/map
--- 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>