On Mon, Mar 17, 2025 at 08:24:36PM -0400, Jeff King wrote: > > - refspec_item_init_or_die(&spec, refspec, REFSPEC_FETCH); > > + refspec_item_init_or_die(&spec, refspec, 1); > > The third argument here (and elsewhere) becomes much more mysterious to > the reader. Maybe not a big deal, though. Oh, I should have read the other patches. :) The end result resolves my complaint nicely. -Peff