#define USE_THE_REPOSITORY_VARIABLE #include "builtin.h" #include "config.h" #include "fmt-merge-msg.h" #include "gettext.h" #include "parse-options.h" static const char * const fmt_merge_msg_usage[] = …; int cmd_fmt_merge_msg(int argc, const char **argv, const char *prefix, struct repository *repo UNUSED) { … }