On Sun, Jul 02, 2023 at 06:02:43PM -0400, Jeff King wrote: > I'll send some patches in a minute that can be applied on top to > improve this case, as well as fix the other issues I pointed out in the > existing code. Here they are, on top of your patch. [1/3]: ref-filter: avoid parsing tagged objects in match_points_at() [2/3]: ref-filter: avoid parsing non-tags in match_points_at() [3/3]: ref-filter: simplify return type of match_points_at ref-filter.c | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) -Peff