Originally I have intended to go with it further, and improve how search results look like, for example by using 'log' view code to display 'commit', 'author' and 'committer' search results, now managed by git_search_message. But then I realized that I would need committags machinery for that. So what we are left with are some code refactoring and cleanups. Not for 1.7.6 (not a regression fix). Jakub Narebski (5): gitweb: 'pickaxe' and 'grep' features requires 'search' to be enabled gitweb: Check permissions first in git_search gitweb: Split body of git_search into subroutines gitweb: Clean up code in git_search_* subroutines gitweb: Make git_search_* subroutines render whole pages gitweb/gitweb.perl | 442 ++++++++++++++++++++++++++++----------------------- 1 files changed, 243 insertions(+), 199 deletions(-) P.S. Another addition that I sometimes wanted git to have would be 'filename' or 'find' search: searching for file by name. What do you think of it? -- 1.7.5 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html