gitweb: rename gitweb_check_feature to gitweb_get_feature
commita7c5a283509f6a70753c90393dfad016312b8822
authorJunio C Hamano <gitster@pobox.com>
Sat, 29 Nov 2008 21:02:08 +0000 (29 13:02 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 Dec 2008 02:15:52 +0000 (30 18:15 -0800)
tree7be59557340199f0240264fb6098c5039447aa6e
parent8d2dbbac21bbb76af29133331e2a88870d93899d
gitweb: rename gitweb_check_feature to gitweb_get_feature

The function is about retrieving the configuration parameter list for the
feature.  A more robust way to check if a feature is enabled will be
introduced in the next patch, and the function will be called
gitweb_check_feature.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
gitweb/gitweb.perl