#define USE_THE_REPOSITORY_VARIABLE #include "builtin.h" #include "config.h" #include "fsck.h" #include "parse-options.h" #include "refs.h" #include "strbuf.h" #define REFS_MIGRATE_USAGE … #define REFS_VERIFY_USAGE … static int cmd_refs_migrate(int argc, const char **argv, const char *prefix) { … } static int cmd_refs_verify(int argc, const char **argv, const char *prefix) { … } int cmd_refs(int argc, const char **argv, const char *prefix, struct repository *repo UNUSED) { … }