# HG changeset patch # User Anton Shestakov # Date 1442557493 -28800 # Node ID 3e9d63820cd275a91726f05f91541b2b81349c6f # Parent ca60ba3935c65459daf7aab03efb32f2790ba524 gitweb: add author to filelogentry The line is copied from shortlogentry template. diff -r ca60ba3935c6 -r 3e9d63820cd2 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 = ' {date|rfc822date} + {author|person} {desc|strip|firstline|escape|nonempty}