]> Lady’s Gitweb - Gitweb/commit
gitweb: Git config keys are case insensitive, make config search too
authorJakub Narebski <redacted>
Thu, 28 Jul 2011 21:38:03 +0000 (23:38 +0200)
committerLady <redacted>
Mon, 6 Apr 2026 04:51:31 +0000 (00:51 -0400)
commit8a58a0170c3587ba5607f28de097fc6a474900193e5838f3858073f0ea6858dd
tree1c0fd23ec1f4574d62970f0c275403c61c8ba81c49e269f2792f9e78c8efd0ea
parent4cee11f2d7955b6b9e0f899aef066123b2ae46afe46797b82c7ebbf124d8ed96
gitweb: Git config keys are case insensitive, make config search too

"git config -z -l" that gitweb uses in git_parse_project_config() to
populate %config hash returns section and key names of config
variables in lowercase (they are case insensitive).  When checking
%config in git_get_project_config() we have to take it into account.

Helped-by: Junio C Hamano <redacted>
Signed-off-by: Jakub Narebski <redacted>
Signed-off-by: Junio C Hamano <redacted>
gitweb.perl
This page took 0.233462 seconds and 5 git commands to generate.