#define USE_THE_REPOSITORY_VARIABLE #include "git-compat-util.h" #include "credential.h" #include "builtin.h" #include "config.h" static const char usage_msg[] = …; int cmd_credential(int argc, const char **argv, const char *prefix UNUSED, struct repository *repo UNUSED) { … }