gitweb: There can be more than two levels of subdirectories
commit7a13b999a5aa6de236c7b16139c765eb9e5cb3c4
authorJunio C Hamano <junkio@cox.net>
Tue, 1 Aug 2006 02:18:34 +0000 (31 19:18 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 1 Aug 2006 02:21:38 +0000 (31 19:21 -0700)
treec795d4bf63a958c7e13e36414df0a6340293688f
parent8e85cdc4efd15fa70dfbbfebaf3ef9a758c2772c
gitweb: There can be more than two levels of subdirectories

Earlier code to read .git/refs/{tags,heads} hierarchy had a
hardcoded up-to-two-level assumption.  Lift it by using
File::Find.

Signed-off-by: Junio C Hamano <junkio@cox.net>
gitweb/gitweb.cgi