# HG changeset patch # User Matt Mackall # Date 2007-06-25 16:35:40 # Node ID 7ffb8bedb5dedfaec3ad07629bde161100b7b5d6 # Parent 9072fd94ab4eaf94b32b94caf8676a1d9f5f196e gitweb: hide email addresses in shortlog with |person diff --git a/templates/gitweb/map b/templates/gitweb/map --- a/templates/gitweb/map +++ b/templates/gitweb/map @@ -48,7 +48,7 @@ filelogchild = 'ch shortlog = shortlog.tmpl tagtag = '{name} ' branchtag = '{name} ' -shortlogentry = '#date|age# ago#author##desc|strip|firstline|escape# {branches%branchtag}{tags%tagtag}changeset | manifest' +shortlogentry = '#date|age# ago#author|person##desc|strip|firstline|escape# {branches%branchtag}{tags%tagtag}changeset | manifest' filelogentry = '#date|age# ago#desc|strip|firstline|escape#file | diff | annotate #rename%filelogrename#' archiveentry = ' | #type|escape# ' indexentry = '#name|escape##description##contact|obfuscate##lastchange|age# ago #archives%archiveentry#'