gitweb: Separate features with no project specific overridetest
commitb77178e483243a9d38b06371c6892c183bf1fa69
authorJakub Narebski <jnareb@gmail.com>
Mon, 27 Oct 2008 12:09:03 +0000 (27 13:09 +0100)
committerJakub Narebski <jnareb@gmail.com>
Mon, 27 Oct 2008 12:09:03 +0000 (27 13:09 +0100)
treedfb531a2456d14e039f48967271cfb8155d4b1aa
parent060b645dc4ab35f77841a79d70ee49886a52850a
gitweb: Separate features with no project specific override

Put features for which project specific override is not supported into
separate %global_feature hash, updating gitweb_check_feature()
subroutine to use it.  For backward compatibility with existing gitweb
configuration setups $feature{<feature>}{'default'} has preference
over $global_feature{<feature>}.

While at it remove stale comment for 'pathinfo' feature; requiring to
use workaround specified was fixed in b65910f (gitweb: remove
PATH_INFO from $my_url and $my_uri).

FIX IT: some spurious "HASH.." is printed to STDERR. (???)

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
gitweb/gitweb.perl