1 Subject: [PATCH] gitweb: add $owner_link_hook support
3 If $owner_link_hook is set to a subroutine that takes a single
4 argument that is the full, unobfuscated, owner name and returns
5 a fully URL-escaped link, that link will be attached to the
6 owner name display on both the project list page and the summary
7 page of individual projects.
9 Signed-off-by: Kyle J. McKay <mackyle@gmail.com>