#define USE_THE_REPOSITORY_VARIABLE #include "test-tool.h" #include "gettext.h" #include "hex.h" #include "tree.h" #include "cache-tree.h" #include "parse-options.h" #include "read-cache-ll.h" #include "repository.h" #include "setup.h" static char const * const test_cache_tree_usage[] = …; int cmd__cache_tree(int argc, const char **argv) { … }