#define USE_THE_REPOSITORY_VARIABLE #include "builtin.h" #include "config.h" #include "gettext.h" #include "parse-options.h" #include "string-list.h" #include "rerere.h" #include "xdiff/xdiff.h" #include "xdiff-interface.h" #include "pathspec.h" static const char * const rerere_usage[] = …; static int outf(void *dummy UNUSED, mmbuffer_t *ptr, int nbuf) { … } static int diff_two(const char *file1, const char *label1, const char *file2, const char *label2) { … } int cmd_rerere(int argc, const char **argv, const char *prefix, struct repository *repo UNUSED) { … }