/* * GIT - The information manager from hell * * Copyright (C) Linus Torvalds, 2005 */ #define USE_THE_REPOSITORY_VARIABLE #include "builtin.h" #include "config.h" #include "diff.h" #include "diff-merges.h" #include "commit.h" #include "preload-index.h" #include "revision.h" static const char diff_files_usage[] = …; int cmd_diff_files(int argc, const char **argv, const char *prefix, struct repository *repo UNUSED) { … }