From db05a36a4987dcc475fa41584835d52cc7b86982 Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Fri, 18 Dec 2020 01:17:21 -0700 Subject: [PATCH] gitweb_config.perl: minor text twiddling Remove extraneous space. Reword comment that mentions 'use lib "."' as all of those were removed quite some time ago. Signed-off-by: Kyle J. McKay --- gitweb/gitweb_config.perl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gitweb/gitweb_config.perl b/gitweb/gitweb_config.perl index 80ef3aa..1154550 100644 --- a/gitweb/gitweb_config.perl +++ b/gitweb/gitweb_config.perl @@ -30,7 +30,7 @@ our $frontpage_no_project_list = 1; our $projlist_cache_lifetime = 10; ## default charset for text/plain blob -our $default_text_plain_charset = 'utf-8'; +our $default_text_plain_charset = 'utf-8'; # Comment out to disable ctags or set to 1 for display only $feature{'ctags'}{'default'}=["@{[url_path($Girocco::Config::webadmurl)]}/tagproj.cgi"]; @@ -219,8 +219,8 @@ $feature{'actions'}{'default'}=[ # current working directory. The "root" directory will always be valid (or you # have bigger problems) even if it's the "root" of a chroot or other kind of # jail. gitweb.cgi does not need or require any particular cwd to function and -# as all "use"s and "require"s that depend on the 'use lib "."' have already -# been completed by now it's safe to "cd /" at this point. +# as all "use"s and "require"s that may depend on the current working directory +# have already been completed by now it's safe to "cd /" at this point. chdir "/"; # Stuff extra Git configuration options into GIT_CONFIG_PARAMETERS -- 2.11.4.GIT