On Tue, Jan 3, 2023 at 12:38 AM Junio C Hamano <gitster@xxxxxxxxx> wrote: > > Likewise. > > Perhaps squash something like this in in the next iteration? > > attr.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git i/attr.h w/attr.h > index 84a3279215..fca6c30430 100644 > --- i/attr.h > +++ w/attr.h > @@ -108,6 +108,7 @@ > */ > > struct index_state; > +struct object_id; > > /** > * An attribute is an opaque object that is identified by its name. Pass the Thanks Junio, I'll squash this in, waiting for more reviews before rolling out a new version. -- - Karthik