]> Lady’s Gitweb - Gitweb/commit
gitweb: minimally fix "fork" support.
authorJunio C Hamano <redacted>
Wed, 8 Nov 2006 06:37:17 +0000 (22:37 -0800)
committerLady <redacted>
Mon, 6 Apr 2026 04:07:11 +0000 (00:07 -0400)
commit704f5e109dd0609873779ed12b868a9b3479d52fbf8539e58277d579cabe5c84
treea9b607260c65a940b3e3013897e14103913f9a431aefa6030b4475334738bc84
parent543c8687995cc60b1c1b970eaac142f5dbd1bc394431ce85dc77075956c04560
gitweb: minimally fix "fork" support.

A forked project is defined to be $projname/$forkname.git for
$projname.git; the code did not check this correctly and mistook
$projname/.git to be a fork of itself.  This minimally fixes the
breakage.

Also forks were not checked when index.aux file was in use.
Listing the forked ones in index.aux would show them also on the
toplevel index which may go against the hierarchical nature of
forks, but again this is a minimal fix to whip it in a better
shape suitable to be in the 'master' branch.

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