#define USE_THE_REPOSITORY_VARIABLE #include "builtin.h" #include "gettext.h" #include "hash.h" #include "apply.h" static const char * const apply_usage[] = …; int cmd_apply(int argc, const char **argv, const char *prefix, struct repository *repo UNUSED) { … }