Code

gitweb: fix uninitialized variable warning.
authorMartin Waitz <tali@admingilde.org>
Sat, 16 Sep 2006 21:09:02 +0000 (23:09 +0200)
committerJunio C Hamano <junkio@cox.net>
Sun, 17 Sep 2006 08:58:56 +0000 (01:58 -0700)
commit800764cf335cb4de289269c919e865c536635885
tree52ecbb08a58b3d8e8062992685e34b2897367fbe
parentdd70235f5a81e52725365365a554cf7c8cfa37e6
gitweb: fix uninitialized variable warning.

Perl spit out a varning when "blob" or "blob_plain" actions were
used without a $hash parameter.

Signed-off-by: Martin Waitz <tali@admingilde.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
gitweb/gitweb.perl