Hi Emily, On Thu, 12 Dec 2019, Emily Shaffer wrote: > diff --git a/bugreport.c b/bugreport.c > index 759cc0b0f8..1fca28f0b9 100644 > --- a/bugreport.c > +++ b/bugreport.c > @@ -6,6 +6,9 @@ > #include "help.h" > #include <gnu/libc-version.h> > #include "run-command.h" > +#include "config.h" > +#include "bugreport-config-safelist.h" > +#include "khash.h" Seems that this patch makes things fail in the CI build (https://dev.azure.com/gitgitgadget/git/_build/results?buildId=23830&view=results): -- snipsnap -- bugreport.c:10:10: fatal error: 'bugreport-config-safelist.h' file not found #include "bugreport-config-safelist.h" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. Makefile:2395: recipe for target 'bugreport.o' failed make: *** [bugreport.o] Error 1 make: *** Waiting for unfinished jobs....