# HG changeset patch # User Anton Shestakov # Date 2015-09-18 06:24:53 # Node ID 3e9d63820cd275a91726f05f91541b2b81349c6f # Parent ca60ba3935c65459daf7aab03efb32f2790ba524 gitweb: add author to filelogentry The line is copied from shortlogentry template. diff --git a/mercurial/templates/gitweb/map b/mercurial/templates/gitweb/map --- a/mercurial/templates/gitweb/map +++ b/mercurial/templates/gitweb/map @@ -290,6 +290,7 @@ shortlogentry = ' filelogentry = ' {date|rfc822date} + {author|person} {desc|strip|firstline|escape|nonempty}