author | Jakub Narebski <jnareb@gmail.com> | |
Mon, 14 Aug 2006 00:07:00 +0000 (02:07 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 14 Aug 2006 23:56:10 +0000 (16:56 -0700) | ||
commit | a446d6bb53cb59f559603c411747d7ac5373e326 | |
tree | 045d101f20ef8e43fefd4e20cc7dea8f2000619f | tree | snapshot |
parent | 847e01fb00872401c093957c2d6dd908aa8af30d | commit | diff |
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>
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 | diff | blob | history |