Merge commit 'refs/top-bases/t/config/owner-link' into t/config/owner-link
[git/gitweb.git] / .topmsg
blobf0ad0560980c6cac51c19ab4f8264ae7e26a2efb
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>