gitweb_config.perl: add a few extra "our" declarations
commit98a852aadbecde4c0006ddb2c7d9af53914f7591
authorKyle J. McKay <mackyle@gmail.com>
Sun, 27 Jun 2021 20:50:37 +0000 (27 13:50 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Sun, 27 Jun 2021 20:50:37 +0000 (27 13:50 -0700)
tree9c7cd28a6eb78b3c1dd097f09cd764d54d2b63c7
parent1a55be7245d463aa84e274531cbdb0dd2bb8c743
gitweb_config.perl: add a few extra "our" declarations

It's most convenient to be able to load the "gitweb_config.perl"
configuration outside of gitweb.cgi.

Make that easier to accomplish by adding a couple of "our"
declarations for the two hashes (feature and html_cache_actions)
that have values set.

This makes it clear what's supposed to happen when those two
hashes have items set in them and makes it simpler to "use" the
gitweb_config.perl file from a location outside gitweb.cgi.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
gitweb/gitweb_config.perl