Skip to content

Commit

Permalink
Update comment on gitweb_check/get_feature
Browse files Browse the repository at this point in the history
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 <gitster@pobox.com>
  • Loading branch information
Giuseppe Bilotta authored and Junio C Hamano committed Dec 2, 2008
1 parent dcbe0bd commit ff3c0ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gitweb/gitweb.perl
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,9 @@ BEGIN
# if there is no 'sub' key (no feature-sub), then feature cannot be
# overriden
#
# use gitweb_check_feature(<feature>) to check if <feature> is enabled
# use gitweb_get_feature(<feature>) to retrieve the <feature> value
# (an array) or gitweb_check_feature(<feature>) to check if <feature>
# is enabled

# Enable the 'blame' blob view, showing the last commit that modified
# each line in the file. This can be very CPU-intensive.
Expand Down

0 comments on commit ff3c0ff

Please sign in to comment.