gitweb: minimally fix "fork" support.
commit83ee94c12ca16ef020f3d71eda34b6559ed6dc67
authorJunio C Hamano <junkio@cox.net>
Wed, 8 Nov 2006 06:37:17 +0000 (7 22:37 -0800)
committerJunio C Hamano <junkio@cox.net>
Wed, 8 Nov 2006 06:42:05 +0000 (7 22:42 -0800)
tree54253ad89046b164f5801c9ece73235348164309
parent5dd5ed09fe6b5508cf29dd1dbf40bea2f0d16ad3
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 <junkio@cox.net>
gitweb/gitweb.perl