]> Lady’s Gitweb - Gitweb/commit
gitweb: Fix error in git_project_index subroutine
authorJakub Narebski <redacted>
Wed, 3 Jan 2007 15:03:01 +0000 (16:03 +0100)
committerLady <redacted>
Mon, 6 Apr 2026 04:07:11 +0000 (00:07 -0400)
commit43df38478e9f80496637e24e000a0bbe3ba6f81b14a9867eadf587c816e0a0f0
tree6161ce2b2312f7b0a22b509c5f912fbf51a51cb2dbea50aa962e67a4feb7b01f
parent5bb4a97f91e6e5873bf632975e8a582e005a6ea0c18d04e852140e8f2d5c244d
gitweb: Fix error in git_project_index subroutine

Instead of "$projectroot/$pr->{'path'}" to get the path to project
GIT_DIR, it was used "$projectroot/$project" which is valid only
for actions where project parameter is set, and 'project_index' is not
one of them.

Signed-off-by: Jakub Narebski <redacted>
Signed-off-by: Junio C Hamano <redacted>
gitweb.perl
This page took 0.21532 seconds and 4 git commands to generate.