gitweb: fix regression when filtering out forks
authorJulien Muchembled <jm@jmuchemb.eu>
Fri, 21 Oct 2011 19:04:21 +0000 (21:04 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 21 Oct 2011 21:46:38 +0000 (14:46 -0700)
This fixes a condition in filter_forks_from_projects_list that failed if
process directory was different from project root: in such case, the subroutine
was a no-op and forks were not detected.

Signed-off-by: Julien Muchembled <jm@jmuchemb.eu>
Tested-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found