From: Jakub Narebski Date: Sat, 24 Apr 2010 14:01:10 +0000 (+0200) Subject: gitweb: Move generating page title to separate subroutine X-Git-Tag: v1.7.2-rc0~111^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/efb2d0c5dcea1069bae2d26c9534e2025ee63e66?ds=inline;hp=efb2d0c5dcea1069bae2d26c9534e2025ee63e66 gitweb: Move generating page title to separate subroutine get_page_title subroutine is currently used only in git_header_html. Nevertheless refactoring title generation allowed to reduce indent level. It would be used in more than one callsite in the patch adding caching activity indicator to gitweb. Signed-off-by: Jakub Narebski Acked-by: Petr Baudis Signed-off-by: Junio C Hamano ---