From: Jakub Narebski Date: Sat, 24 Apr 2010 14:01:10 +0000 (+0200) Subject: gitweb: Move generating page title to separate subroutine X-Git-Url: https://git.ladys.computer/Gitweb/commitdiff_plain/5f7881f34fa4544af309bfb1e4d8b6ca6424ee8cc5dba98d90bd2430b7e2c5df?hp=5f7881f34fa4544af309bfb1e4d8b6ca6424ee8cc5dba98d90bd2430b7e2c5df 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 ---