#define USE_THE_REPOSITORY_VARIABLE #include "builtin.h" #include "config.h" #include "hex.h" #include "object-name.h" #include "object-store-ll.h" static char *create_temp_file(struct object_id *oid) { … } int cmd_unpack_file(int argc, const char **argv, const char *prefix UNUSED, struct repository *repo UNUSED) { … }