]> Lady’s Gitweb - Gitweb/commit
gitweb: Make git_get_refs_list do work of git_get_references
authorJakub Narebski <redacted>
Tue, 19 Sep 2006 12:33:22 +0000 (14:33 +0200)
committerLady <redacted>
Mon, 6 Apr 2026 04:07:10 +0000 (00:07 -0400)
commit2f619acf24f3099cf37a5e95832c1890368a2145e83312547652772c2a7ab9a6
tree7a1644357a65c368adbe5cf22e038dc1fd3405baa53aa517d8e40cbc8b5b9366
parent34def293ab70a0341c38227c54e04b0844a6c58287bc7b6294e319ea90bdedd2
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
gitweb.perl
This page took 0.260638 seconds and 4 git commands to generate.