On Tue, Jul 22, 2025 at 01:20:53PM +0200, Patrick Steinhardt wrote: > diff --git a/builtin/reflog.c b/builtin/reflog.c > index b00b3f9edc9..d0374295620 100644 > --- a/builtin/reflog.c > +++ b/builtin/reflog.c > @@ -3,6 +3,8 @@ > #include "builtin.h" > #include "config.h" > #include "gettext.h" > +#include "hex.h" > +#include "odb.h" This series is queued on top of v2.50.0, which doesn't have 'odb.h' yet. CC builtin/reflog.o builtin/reflog.c:7:10: fatal error: odb.h: No such file or directory 7 | #include "odb.h" | ^~~~~~~ compilation terminated. make: *** [Makefile:2821: builtin/reflog.o] Error 1 > #include "revision.h" > #include "reachable.h" > #include "wildmatch.h"