author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | |
Fri, 31 Jul 2009 06:48:49 +0000 (08:48 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 4 Aug 2009 07:26:03 +0000 (00:26 -0700) | ||
commit | b7da721f02638083cc3debfd9ae7221d76a96b26 | |
tree | 4fceff12b82da8b8ac41cc08ac849244ddd77366 | tree | snapshot |
parent | 6639ffc2e026b34b906854b8c60bd72d4b95e78d | commit | diff |
gitweb: fix 'Use of uninitialized value' error in href()
Equality between file_parent and file_name was being checked without a
preliminary check for existence of the parameters.
Fix by wrapping the equality check in appropriate if (defined ...),
rearranging the lines to prevent excessive length.
Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
Acked-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Equality between file_parent and file_name was being checked without a
preliminary check for existence of the parameters.
Fix by wrapping the equality check in appropriate if (defined ...),
rearranging the lines to prevent excessive length.
Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
Acked-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
gitweb/gitweb.perl | diff | blob | history |