gitweb: show the correct 'fork of' project
commit9bfcd762a0ea9cfc1da44906db3b34f2c49462fb
authorKyle J. McKay <mackyle@gmail.com>
Tue, 9 Jul 2013 20:09:25 +0000 (9 13:09 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Sun, 22 Mar 2015 06:44:56 +0000 (21 23:44 -0700)
tree28e3d5343eeda5123d913978065c09c918c51593
parent8a1e38b61b73dbec29e7fedd4f8bd3a94ddecb10
gitweb: show the correct 'fork of' project

The regular expression being used to compute the parent
project was incorrect and was stripping all the sub projects
resulting in the topmost project of the fork chain being
shown even for subforks.  A slight change to the regex has
now corrected the problem.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
gitweb/gitweb.perl