#define USE_THE_REPOSITORY_VARIABLE #include "test-tool.h" #include "commit-graph.h" #include "repository.h" #include "object-store-ll.h" #include "bloom.h" #include "setup.h" static void dump_graph_info(struct commit_graph *graph) { … } static void dump_graph_bloom_filters(struct commit_graph *graph) { … } int cmd__read_graph(int argc, const char **argv) { … }