#define USE_THE_REPOSITORY_VARIABLE #include "test-tool.h" #include "hex.h" #include "oid-array.h" #include "setup.h" #include "strbuf.h" static int print_oid(const struct object_id *oid, void *data UNUSED) { … } int cmd__oid_array(int argc UNUSED, const char **argv UNUSED) { … }