#define USE_THE_REPOSITORY_VARIABLE #include "test-tool.h" #include "commit.h" #include "commit-reach.h" #include "gettext.h" #include "hex.h" #include "object-name.h" #include "ref-filter.h" #include "setup.h" #include "string-list.h" #include "tag.h" static void print_sorted_commit_ids(struct commit_list *list) { … } int cmd__reach(int ac, const char **av) { … }