gitweb: Make git_get_refs_list do work of git_get_references
commit120ddde2a843e923944abd5d6e61f8625e820e92
authorJakub Narebski <jnareb@gmail.com>
Tue, 19 Sep 2006 12:33:22 +0000 (19 14:33 +0200)
committerJunio C Hamano <junkio@cox.net>
Wed, 20 Sep 2006 17:26:05 +0000 (20 10:26 -0700)
tree90d6e94175de407f612b8cf2539a7f076e3faa13
parent9704d75ddc3e38f4945e23f5afffb849fb51b09f
gitweb: Make git_get_refs_list do work of git_get_references

Make git_get_refs_list do also work of git_get_references, to avoid
calling git-peek-remote twice.  Change meaning of git_get_refs_list
meaning: it is now type, and not a full path, e.g. we now use
git_get_refs_list("heads") instead of former
git_get_refs_list("refs/heads").

Modify git_summary to use only one call to git_get_refs_list instead
of one call to git_get_references and two to git_get_refs_list.

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