> @@ -1854,7 +1976,8 @@ EOF > $cgi->hidden(-name => "a") . "\n" . > $cgi->hidden(-name => "h") . "\n" . > $cgi->popup_menu(-name => 'st', -default => 'commit', > - -values => ['commit', 'author', 'committer', 'pickaxe']) . > + -values => ['commit', 'author', 'committer', > + gitweb_check_feature('pickaxe') ? 'pickaxe' : ()]) . > $cgi->sup($cgi->a({-href => href(action=>"search_help")}, "?")) . > " search:\n", > $cgi->textfield(-name => "s", -value => $searchtext) . "\n" . This should be a separate patch. Robert - 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