[PATCH] gitweb bugfix - check for search permission on sub-directories while scanning project root to prevent program termination

2017-07-18 Thread Hielke Christian Braun
Hi, gitweb terminates and shows no project list, if it can not access a sub-directory in the project root directory. It should show a list of the projects it can access. Patch corrects this by skipping inaccessible directories. Signed-off-by: Hielke Christian Braun <h...@unco.de> ---

[PATCH] check for search permission

2017-07-17 Thread Hielke Christian Braun
--- gitweb/gitweb.perl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl index 3d4a8ee27c96a..9208f42ed1753 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -3071,6 +3071,8 @@ sub git_get_projects_list { return