# HG changeset patch # User Thomas Arendsen Hein # Date 1180987547 -7200 # Node ID 84ca5597a435f5e861f91345b1e591fa5cea3d0d # Parent 4dfb9f232a63a501bacc8a06aa3744dd1b7ed2cb Obfuscate author in gitweb shortlog (issue578) diff --git a/templates/gitweb/map b/templates/gitweb/map --- a/templates/gitweb/map +++ b/templates/gitweb/map @@ -48,7 +48,7 @@ filelogparent = 'p filediffchild = 'child {rev}:{node|short}' filelogchild = 'child #rev#: #node|short#' shortlog = shortlog.tmpl -shortlogentry = '#date|age# ago#author##desc|strip|firstline|escape#changeset | manifest' +shortlogentry = '#date|age# ago#author|obfuscate##desc|strip|firstline|escape#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#'