SZEDER Gábor <szeder.dev@xxxxxxxxx> writes: > Before merging please make sure that the topic can be built on its > own. Currently all of its commits, including the merge commit the > topic is based on, fail to build because: > > $ git log --oneline -1 > fc33fe7eff (HEAD) Merge branch 'ps/reflog-migrate-fixes' into ps/remote-rename-fix > $ make > CC builtin/reflog.o > builtin/reflog.c:7:10: fatal error: object-store.h: No such file or directory > 7 | #include "object-store.h" > | ^~~~~~~~~~~~~~~~ > compilation terminated. > make: *** [Makefile:2817: builtin/reflog.o] Error 1 The joy of having too many moving parts X-<. Thanks for catching.