gitweb: Declare global variables with "our"
commit4a87b43e374626a95c14362f21c9ca1023638a2c
authorDennis Stosberg <dennis@stosberg.net>
Wed, 21 Jun 2006 13:07:08 +0000 (21 15:07 +0200)
committerJunio C Hamano <junkio@cox.net>
Sun, 2 Jul 2006 01:29:13 +0000 (1 18:29 -0700)
treede83bcf2b088cf7b8d3492ab66f63c75383f70d1
parent85b7cfb1036b4218d13cbc215729ad083a61a0ea
gitweb: Declare global variables with "our"

Variables declared with "my" in the file scope cannot be accessed from
subroutines with mod_perl.

Signed-off-by: Junio C Hamano <junkio@cox.net>
gitweb/gitweb.cgi