On Thu, Aug 28, 2025 at 02:01:42PM -0700, Junio C Hamano wrote: > "Derrick Stolee via GitGitGadget" <gitgitgadget@xxxxxxxxx> writes: > > > The strategy here involves defining the variable within the for loop > > syntax to make sure we use the appropriate bitness for the loop > > sentinel. This matters in at least one method where the variable was > > compared to uint32_t in some loops and size_t in others. > > Sounds like a fine way to avoid accidentally breaking these loops. Yup, all looks good to me. Thanks, Taylor