]> Lady’s Gitweb - Gitweb/commit
gitweb: Remove extra "/" in path names for git_get_project_list
authorAneesh Kumar K.V <redacted>
Fri, 3 Nov 2006 05:11:45 +0000 (10:41 +0530)
committerLady <redacted>
Mon, 6 Apr 2026 04:07:11 +0000 (00:07 -0400)
commit72f074d7c144d5f3e52ac9263df25b6242ebaa77c78fff8993425006766d3415
treeaecd5fe4a004fe10a5e8b2d623e38a934a3a620ede9b49aabe5fedde90072ca4
parent560aaf0f61c7270bb88a0e5d19f71df25618dc0b5b7fba3702b43af4c50445fb
gitweb: Remove extra "/" in path names for git_get_project_list

Without this change we get a wrong $pfxlen value and the check_export_ok()
checks with with a wrong directory name. Without this patch the below
$projects_list fails with gitweb

$projects_list = "/tmp/a/b/";

Signed-off-by: Aneesh Kumar K.V <redacted>
Signed-off-by: Junio C Hamano <redacted>
gitweb.perl
This page took 0.24402 seconds and 4 git commands to generate.