From: Jakub Narebski Date: Wed, 22 Jun 2011 15:28:53 +0000 (+0200) Subject: gitweb: Split body of git_search into subroutines X-Git-Tag: v1.7.7-rc0~81^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/16f20725bbcb7abbbc11e740050197b7fe8f843a?ds=inline;hp=16f20725bbcb7abbbc11e740050197b7fe8f843a gitweb: Split body of git_search into subroutines Create separate subroutines for handling each of aspects of searching the repository: * git_search_message ('commit', 'author', 'committer') * git_search_changes ('pickaxe') * git_search_content_of_files ('grep') Almost pure code movement (and unindent), which you can check e.g. via $ git blame -w --date=short -C -C HEAD^..HEAD -- gitweb/gitweb.perl | grep -C 3 -e '^[^^]' | less -S No functional changes intended. Signed-off-by: Jakub Narebski Signed-off-by: Junio C Hamano ---