On Thu, Nov 12, 2020 at 12:31:53PM -0800, Junio C Hamano wrote: > This is based on Ævar's 5-patch series, which removed unused bits > from git-parse-remote one by one, before finally moving the remnant > to the only user to remove the file. > > Earlier I suggested an alternative arrangement of the series to just > lift what is still in use and then discard the rest without even > splitting them out into separate commits---it is easy to see what's > not used by grepping for names of the helper functions. FWIW, this arrangement makes much more sense to me. But I am happy with either (as long as the file is fully deleted in the end ;) ). -Peff