mirror of
https://github.com/git/git.git
synced 2024-11-24 02:17:02 +08:00
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 <gitster@pobox.com>
This commit is contained in:
parent
dcbe0bd0d4
commit
ff3c0ff20e
@ -190,7 +190,9 @@ our %feature = (
|
||||
# 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.
|
||||
|
Loading…
Reference in New Issue
Block a user