#define USE_THE_REPOSITORY_VARIABLE #include "test-tool.h" #include "dir.h" #include "hex.h" #include "read-cache-ll.h" #include "repository.h" #include "setup.h" static int compare_untracked(const void *a_, const void *b_) { … } static int compare_dir(const void *a_, const void *b_) { … } static void dump(struct untracked_cache_dir *ucd, struct strbuf *base) { … } int cmd__dump_untracked_cache(int ac UNUSED, const char **av UNUSED) { … }