Re: [PATCH 11/11] refs: split and make get_*_ref_store() public API
From: Junio C Hamano <hidden> Date: 2017-02-15 01:17:03
Duy Nguyen [off-list ref] writes:
Long term, I think that's what Mike wants. Though the filter_ref_store
might return an (opaque) iterator instead of a ref store and
for_each_refstore() becomes a thin wrapper around the iterator
interface.
Ah, yes, an iterator would be a lot more suitable abstraction there.
Thanks.