Re: [PATCH] Fix git-for-each-refs broken for tags
From: Junio C Hamano <hidden>
Date: 2016-08-11 19:50:38
Thanks for noticing. This is not like rev-list where we walk all over the map of ancestry graph, so it might be a simpler and better to keep the buffer than to keep duplicate copies of pieces.