gitweb: Separate ref parsing in git_get_refs_list into parse_ref
commita446d6bb53cb59f559603c411747d7ac5373e326
authorJakub Narebski <jnareb@gmail.com>
Mon, 14 Aug 2006 00:07:00 +0000 (14 02:07 +0200)
committerJunio C Hamano <junkio@cox.net>
Mon, 14 Aug 2006 23:56:10 +0000 (14 16:56 -0700)
tree045d101f20ef8e43fefd4e20cc7dea8f2000619f
parent847e01fb00872401c093957c2d6dd908aa8af30d
gitweb: Separate ref parsing in git_get_refs_list into parse_ref

Note that for each ref there are usually two calls to git subroutines:
first to get the type of ref, second to parse ref if ref is of commit
or tag type.

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
gitweb/gitweb.perl