Re: [PATCH 2/2] gitweb: Make git_get_refs_list do work of git_get_references
From: Junio C Hamano <hidden> Date: 2016-06-15 22:42:41
Jakub Narebski [off-list ref] writes:
The %refs hash contain also map from peeled (dereferenced) object
to ref name. The information about derefs is not present in @reflist.
So the answer is that you can't derive %refs from @reflist.
There we found one candidate for further interface clean-up ;-).