.topmsg: update patch message signed off lines
[git/gitweb.git] / .topmsg
blob7e4de1759aa6e3906f13f02342dcf22872883ec3
1 Subject: [PATCH] gitweb: slight e-mail address obfuscation
3 This patch introduces new email_obfuscate() function to pass e-mail
4 addresses through. It HTML-escapes them and rewrites the @ as an
5 HTML/XML entity. If the HTML::Email::Obfuscate module is installed,
6 it makes use of its lite version.
8 The patch is loosely based on a patch by Stefan de Konink
9 <skinkie@xs4all.nl> he submitted for repo.or.cz long ago.
11 Signed-off-by: Petr Baudis <pasky@suse.cz>
12 Signed-off-by: Kyle J. McKay <mackyle@gmail.com>