From: Giuseppe Bilotta Date: Tue, 2 Dec 2008 22:57:28 +0000 (-0800) Subject: Update comment on gitweb_check/get_feature X-Git-Tag: v1.6.1-rc2~29 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ff3c0ff20e2c0b2c78d2c2da9ce4eb0739ff6ced;p=git.git Update comment on gitweb_check/get_feature This is taken from a patch from Giuseppe but unfortunately it came too late to replace the series that was already on "next". The comment he updated here is better than the version we had previously, so I am cherry-picking this bit not to lose it. Signed-off-by: Junio C Hamano --- diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl index acc4cfdcd..273864395 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -190,7 +190,9 @@ our %feature = ( # if there is no 'sub' key (no feature-sub), then feature cannot be # overriden # - # use gitweb_check_feature() to check if is enabled + # use gitweb_get_feature() to retrieve the value + # (an array) or gitweb_check_feature() to check if + # is enabled # Enable the 'blame' blob view, showing the last commit that modified # each line in the file. This can be very CPU-intensive.