On Fri, Sep 20, 2024 at 11:10:14AM -0700, Junio C Hamano wrote: > Patrick Steinhardt <ps@xxxxxx> writes: > > > int reftable_stack_new_addition(struct reftable_addition **dest, > > - struct reftable_stack *st); > > + struct reftable_stack *st, > > + int flags); > > We usually use "unsigned" for a flag word, i.e., a collection of > flag bits. Oh, yeah, this was a mere oversight. The topic hasn't yet hit next, so let me fix this in a final reroll. Thanks! Patrick