author | Junio C Hamano <gitster@pobox.com> | |
Sat, 29 Nov 2008 20:53:41 +0000 (12:53 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 1 Dec 2008 02:15:51 +0000 (18:15 -0800) | ||
commit | 8d2dbbac21bbb76af29133331e2a88870d93899d | |
tree | 15dfb33e1834e92e349ce654bda0153bbff158a2 | tree | snapshot |
parent | d5cbdba843cdd61100933a00c3cfecfb71e9761b | commit | diff |
gitweb: fix 'ctags' feature check and others
gitweb_check_feature() function is to retrieve the configuration parameter
list and calling it in the scalar context does not give its first element
that tells if the feature is enabled. This fixes all the existing callers
to call the function correctly in the list context.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
gitweb_check_feature() function is to retrieve the configuration parameter
list and calling it in the scalar context does not give its first element
that tells if the feature is enabled. This fixes all the existing callers
to call the function correctly in the list context.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
gitweb/gitweb.perl | diff | blob | history |